summary.mask(secr)
summary.mask()所属R语言包:secr
Summarise Habitat Mask
信息Summarise人居面膜
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Concise summary of a mask object.
mask对象的简明摘要。
用法----------Usage----------
## S3 method for class 'mask'
summary(object, ...)
## S3 method for class 'summary.mask'
print(x, ...)
参数----------Arguments----------
参数:object
mask object
mask对象
参数:x
summary.mask object
summary.mask对象
参数:...
other arguments (not used)
其他参数(未使用)
Details
详细信息----------Details----------
The bounding box is the smallest rectangular area with edges parallel to the x- and y-axes that contains all points and their associated grid cells. A print method is provided for objects of class summary.mask.
包围盒的最小矩形区域的边缘平行的x-和y-轴,包含所有的点和其相关联的网格单元。提供的对象类summary.maskprint方法。
值----------Value----------
Object of class "summary.mask", a list with components
对象类的summary.mask,组件的列表
参数:detector
character string for detector type ("single","multi","proximity")
探测器类型的字符串(“单一”,“多”,“近水楼台”)
参数:type
mask type ("traprect", "trapbuffer", "pdot", "polygon", "user", "subset")
屏蔽型(“traprect”,“告警缓冲区”,“PDOT”,“多边形”,“用户”,“子集”)
参数:nmaskpoints
number of points in mask
戴面具的数
参数:xrange
range of x coordinates
x坐标的范围
参数:yrange
range of y coordinates
y坐标的范围
参数:meanSD
dataframe with mean and SD of x, y, and each covariate
数据框用的x,y的平均值和SD,和每个协变量
参数:spacing
nominal spacing of points
标称间距点
参数:cellarea
area (ha) of grid cell associated with each point
与每个点的网格单元的面积(公顷)
参数:bounding box
dataframe with x-y coordinates for vertices of bounding box
数据框使用XY坐标顶点的包围盒
参数:covar
summary of each covariate
总结每个协
参见----------See Also----------
mask
mask
实例----------Examples----------
tempmask <- make.mask(make.grid())
## left to right gradient[#左到右梯度]
covariates (tempmask) <- data.frame(x = tempmask$x)
summary(tempmask)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|