Dsurface(secr)
Dsurface()所属R语言包:secr
Density Surfaces
密度表面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
S3 class for rasterized fitted density surfaces. A Dsurface is a type of "mask" with covariate(s) for the predicted density at each point.
S3类光栅装密度的表面。一个Dsurface是一种“面具”有协(S)所预测的密度在每一个点。
用法----------Usage----------
## S3 method for class 'Dsurface'
print(x, scale = 1, ...)
## S3 method for class 'Dsurface'
summary(object, scale = 1, ...)
参数----------Arguments----------
参数:x, object
Dsurface object to display
Dsurface对象,以显示
参数:scale
numeric multiplier for density
数字乘数密度
参数:...
other arguments passed to print method for data frames or summary method for masks
其他参数传递给打印数据框的方法或总结方法口罩
Details
详细信息----------Details----------
A Dsurface will usually have been constructed with predictDsurface.
一个Dsurface通常会与已建成predictDsurface。
The "scale" argument may be used to change the units of density from the default (animals / hectare) to animals / km^2 (scale = 100) or animals / 100km^2 (scale = 10000).
规模的说法可以用来改变单位的密度从默认的(动物/公顷)的动物/平方公里(规模= 100)或动物/ 100公里^ 2(规模= 10000)。
参见----------See Also----------
predictDsurface, plot.Dsurface
predictDsurface,plot.Dsurface
实例----------Examples----------
shorePossums <- predictDsurface(possum.model.Dsh2)
head(shorePossums)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|