omnibusPDSIZ(sampSurf)
omnibusPDSIZ()所属R语言包:sampSurf
Generate Objects of Class "<a href="omnibusPDSIZ-class.html">omnibusPDSIZ</a>"
生成对象的类“<a href="omnibusPDSIZ-class.html"> omnibusPDSIZ </ A>”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the generic definition for generating objects of class "omnibusPDSIZ." There is only one constructor method corresponding to this generic: omnibusPDSIZ-methods.
这是为生成类“omnibusPDSIZ的对象的通用定义。”只有一个构造函数对应于这个通用的方法:omnibusPDSIZ-methods。
用法----------Usage----------
omnibusPDSIZ(downLog, pds, ...)
参数----------Arguments----------
参数:downLog
Signature object of class "downLog".
Signature对象类“downLog”。
参数:pds
Signature object of class "perpendicularDistance" containing the pertinent perpendicular distance sampling information.
签名类的对象“perpendicularDistance”相关的垂直距离采样信息。
参数:...
See methods.
请参见方法。
Details
详细信息----------Details----------
Since only one method exists for this generic, its signature arguments coincide with the above definitions. Please see omnibusPDSIZ-methods for more details.
由于存在这种通用的方法只有一个,其标志性参数与上述定义一致。请参阅omnibusPDSIZ-methods为更多细节。
值----------Value----------
A valid object of class "omnibusPDSIZ."
一个有效的类的对象“omnibusPDSIZ。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
H. T. 2008. Simultaneous unbiased estimates of multiple downed wood attributes in perpendicular distance sampling. Canadian Journal of
an alternative method for sampling downed coarse woody debris. Canadian Journal of Forest Research
参见----------See Also----------
Class "omnibusPDSIZ", and omnibusPDSIZ-methods.
类“omnibusPDSIZ”,和omnibusPDSIZ-methods。
实例----------Examples----------
#[]
# creates an inclusion zone object for sampling with probability[创建一个包含区域的概率抽样对象]
# proportional to volume by default...[默认情况下,体积成正比...]
#[]
dl = downLog(buttDiam=15, solidType=4, logAngle=pi/3, logLen=10, units='English')
pdsEng = perpendicularDistance(kpds=6, units='English')
iz.opdsv = omnibusPDSIZ(dl, pdsEng)
iz.opdsv
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|