hybridDLPDSIZ-class(sampSurf)
hybridDLPDSIZ-class()所属R语言包:sampSurf
Class "hybridDLPDSIZ"
类“hybridDLPDSIZ”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class holds the inclusion zone definition for the "hybrid distance limited perpendicular distance sampling" method for sampling down coarse woody debris (Ducey et. al 2012). This class is fairly complicated because there are three possibilities for the components of the inclusion zone. It is best to read "The InclusionZone Class" vignette, along with the references for more information—the why's and wherefore's are not presented here, only the class documentation.
这个类持有列入区定义为“混合距离有限的垂直距离取样方法采样粗木质残体(迪塞等人,2012)。这个类别是相当复杂的,因为有三种可能性列入区组件。这是最好的“InclusionZone类”的小插曲,随着更多信息的原因,所以的都是这里就不介绍了,只类的文档的引用。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("hybridDLPDSIZ", ...). However, this is not recommended because the objects are fairly complex. Instead, one can use the object constructor hybridDLPDSIZ to create new objects.
可以创建对象通过调用的形式new("hybridDLPDSIZ", ...)。然而,这是不推荐的,因为对象是相当复杂的。相反,一个人可以使用对象的构造函数hybridDLPDSIZ创建新的对象。
插槽----------Slots----------
This class is a direct descendent (subclass) of "distanceLimitedPDSIZ" and adds no new slots to that definition. Please see the "distanceLimitedPDSIZ" class definition for details.
这个类(子类)的"distanceLimitedPDSIZ"的直系后裔,并没有添加新的插槽,这个定义。请参见"distanceLimitedPDSIZ"类定义的详细信息。
扩展----------Extends----------
Class "distanceLimitedPDSIZ", directly.<br> Class "perpendicularDistanceIZ", by class "distanceLimitedPDSIZ", distance 2.<br> Class "downLogIZ", by class "distanceLimitedPDSIZ", distance 3.<br> Class "pdsIZNull", by class "distanceLimitedPDSIZ", distance 3.<br> Class "InclusionZone", by class "distanceLimitedPDSIZ", distance 4.<br>
类"distanceLimitedPDSIZ",直接<BR>类"perpendicularDistanceIZ"类的“distanceLimitedPDSIZ”,距离2,。<BR>类"downLogIZ",类的“distanceLimitedPDSIZ”,距离3。 BR>类"pdsIZNull",类的“distanceLimitedPDSIZ”,距离3。<BR>类"InclusionZone",类的“distanceLimitedPDSIZ”,距离4。<BR>
方法----------Methods----------
No methods defined with class "hybridDLPDSIZ" in the signature; instead see those defined for "distanceLimitedPDSIZ".
没有定义的方法的类的“hybridDLPDSIZ”的签名,而不是看到那些定义为"distanceLimitedPDSIZ"。
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
2012. Distance limited perpendicular distance sampling for coarse woody material: Theory and field results. Forestry (in
参见----------See Also----------
downLogIZs container class
downLogIZs容器类
实例----------Examples----------
showClass("hybridDLPDSIZ")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|