print.maxstab(SpatialExtremes)
print.maxstab()所属R语言包:SpatialExtremes
Printing objects of class “maxstab”
打印对象类“maxstab”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A method for printing object of class “maxstab”.
为打印的类“maxstab”对象的方法。
用法----------Usage----------
## S3 method for class 'maxstab'
print(x, digits = max(3, getOption("digits") - 3),
...)
参数----------Arguments----------
参数:x
An object of class “maxstab”. Most often, x is the output of the fitmaxstab function.
的对象类“maxstab”。大多数情况下,x是的输出fitmaxstab功能。
参数:digits
The number of digits to be printed.
要打印的数字位数。
参数:...
Other options to be passed to the print function.
到传递给print功能的其他选项。
值----------Value----------
Print several information on screen.
在屏幕上打印多的信息。
(作者)----------Author(s)----------
Mathieu Ribatet
实例----------Examples----------
##Define the coordinates of each location[#定义的每个位置的坐标]
n.site <- 30
locations <- matrix(5 + rnorm(2*n.site, sd = sqrt(2)), ncol = 2)
##Simulate a max-stable process - with unit Frechet margins[#模拟一个最大稳定的过程 - 与单位的Frechet空间]
data <- rmaxstab(30, locations, cov.mod = "whitmat", nugget = 0, range = 3,
smooth = 0.5)
fit <- fitmaxstab(data, locations, "whitmat")
fit
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|