sausageIZ-class(sampSurf)
sausageIZ-class()所属R语言包:sampSurf
Class "sausageIZ"
类“sausageIZ”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class holds the inclusion zone definition for the "sausage" method (Gove and Van Deusen, 2011) for sampling down coarse woody debris.
这个类持有列入区定义采样粗木质残的“香肠”的方法戈夫和凡Deusen,的(2011)的。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("sausageIZ", ...). However, this is not recommended because the objects are fairly complex. Instead, one can use the object
可以创建对象通过调用的形式new("sausageIZ", ...)。然而,这是不推荐的,因为对象是相当复杂的。相反,可以使用该对象
插槽----------Slots----------
Most of the slots are described in the superclasses (see below), please see their help pages for more information. This class adds a few slots to the "downLogIZ" class specification.
大部分的插槽中描述的超类(见下文),有关详细信息,请参阅其说明页面。这个类增加了几个插槽的的“downLogIZ”级规格。
sausage: Object of class "matrix": A matrix representation of the sausage inclusion zone in homogeneous coordinates. This can be manipulated and plotted as desired for
sausage:类的对象"matrix":香肠列入区齐次坐标矩阵表示的。这可以被操纵,并绘制为所需的
radius: Object of class "numeric": The radius for the fixed-area plot that determines the sausage inclusion zone area. This will be in units of feet for "English" or meters for
radius:类的对象"numeric":固定面积的图,决定了香肠包含的区域的半径。这将是为“简体中文”或米为单位的脚
area: Object of class "numeric": The exact area
area:类的对象"numeric":确切面积
perimeter: Object of class "SpatialPolygons" This is the
perimeter:类的对象"SpatialPolygons"这是
pgSausageArea: Object of class "numeric": This is the area of the sausage inclusion zone as calculated from the polygon in the perimeter slot using the “SpatialPolygons” object. As such, it is an approximation of the true area of the inclusion zone, which is given in the area slot. This just enables us to see how close the graphic representation is to the real
pgSausageArea:类的对象"numeric":这是的香肠列入区面积计算多边形的周长插槽,使用“SpatialPolygons”对象。因此,这是一个近似的真实面积列入区,这是考虑在该区域的插槽。这只是让我们看到如何关闭的图形表示是真实的
扩展----------Extends----------
Class "downLogIZ", directly.<br> Class "InclusionZone", by class "downLogIZ", distance 2.
类"downLogIZ",直接<BR>类"InclusionZone",类的“downLogIZ”,距离2。
方法----------Methods----------
izGrid signature(izObject = "sausageIZ", tract =
izGrid <CODE>签名(izObject =“sausageIZ”,道=
perimeter signature(object = "sausageIZ"): Return the
周边signature(object = "sausageIZ"):返回
plot signature(x = "sausageIZ", y = "missing"): Plot
图signature(x = "sausageIZ", y = "missing"):图
summary signature(object = "sausageIZ"): Object summary
总结signature(object = "sausageIZ"):对象的摘要
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
downed coarse woody debris. Forestry. Forestry 84:109–117.<br>
参见----------See Also----------
standUpIZ, chainSawIZ; and the downLogIZs container class.
standUpIZ,chainSawIZ和downLogIZs容器类。
实例----------Examples----------
showClass("sausageIZ")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|