InclusionZoneGrid-class(sampSurf)
InclusionZoneGrid-class()所属R语言包:sampSurf
Class "InclusionZoneGrid"
类“InclusionZoneGrid”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class really provides the functional building block for piecing inclusion zones together into the final sampling surface object. These functions should not be required by the casual user of this package, but will be required for writing extensions for new methods as they are added. Basically, the class defines a subgrid that just encapsulates an "InclusionZone" object. Attribute values (e.g., volume) are assigned to the subgrid cells falling within the inclusion zone of the object, with zero values outside the zone. This subgrid is aligned to the overall tract grid in the constructor, and upon return, can be "heaped" or "piled" additively onto the "Tract" object to develop the sampling surface. <br>
这个类确实提供了实用的建筑块拼凑一起进入了最后的采样面对象包含区域。这些函数不应该需要这个包的一般用户,但将需要编写扩展,如添加新的方法。基本上,类定义了一个的次网格,只是封装了一个“InclusionZone”对象。属性值(例如,音量)被分配给次网格的范围内的对象的夹杂物区的,与零值区外的单元。本次网格对齐的整体道格在构造函数中,返回时,可以“堆”或“堆”到“Tract的”对象相加发展的采样表面。参考
In order to make a complete enumeration of the chainsaw method under Protocol 1 of Gove and Van Deusen (2011), we need an extension to this class. The subclass "csFullInclusionZoneGrid" should be consulted for such tasks.
为了使一个完整的枚举的电锯根据协议1戈夫和范Deusen的(2011)的方法,我们需要这个类的扩展。子“csFullInclusionZoneGrid”应咨询等任务。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("InclusionZoneGrid", ...). However, this is not recommended because the objects are fairly complex. Instead, one can use the object constructor izGrid to create new objects. More details are found in "The InclusionZoneGrid Class" vignette.
可以创建对象通过调用的形式new("InclusionZoneGrid", ...)。然而,这是不推荐的,因为对象是相当复杂的。相反,一个人可以使用对象的构造函数izGrid创建新的对象。更多详细信息请参见“InclusionZoneGrid班”的小插曲。
插槽----------Slots----------
description: Object of class "character": A
description:对象类"character":A
iz: Object of class "InclusionZone": An object of one of the "InclusionZone" subclasses such as
iz:类的对象的的“InclusionZone的”子类的一个对象"InclusionZone":如
grid: Object of class "RasterLayer": This is the minimal encompassing grid that must be aligned to a "Tract"
grid:类的对象"RasterLayer":这是最小的无所不包的网格,它必须对齐到一个“道”
data: Object of class "data.frame": A data frame holding the values for each of the per unit area estimates available in the “InclusionZone” object in the columns, with rows
data:类的对象"data.frame":一个数据框,每个单位面积的值估计在“InclusionZone”列中的对象,行
bbox: Object of class "matrix": The overall bounding box for the object, which includes the inclusion zone and the “Stem” subclass object plus the grid. Sometimes the inclusion zone itself includes the stem (e.g., the sausage method), but other times it does not (e.g., chainsaw method). This is used
bbox:类的对象"matrix":整体为对象的包围盒,其中包括列入区和“干”子类对象加网格。有时列入自己的区域包括干单元(例如,香肠的方法),但其他时候也不能(例如,电锯方法)。这是用
方法----------Methods----------
bbox signature(obj = "InclusionZoneGrid"): Get
BBOX signature(obj = "InclusionZoneGrid"):
heapIZ signature(izgObject = "InclusionZoneGrid", tract
heapIZ <CODE>签名(izgObject =“InclusionZoneGrid”,道
izGridCSFull signature(izGridSausage =
izGridCSFull <CODE>签名(izGridSausage
plot signature(x = "InclusionZoneGrid", y =
图<CODE>签名(X =的“InclusionZoneGrid”,Y =
show signature(object = "InclusionZoneGrid"): Show
显示signature(object = "InclusionZoneGrid"):显示
summary signature(object = "InclusionZoneGrid"): Show
总结signature(object = "InclusionZoneGrid"):显示
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
downed coarse woody debris. Forestry. Forestry 84:109–117.<br>
参见----------See Also----------
InclusionZone, Stem, Tract, sampSurf, csFullInclusionZoneGrid
InclusionZone,Stem,Tract,sampSurf,csFullInclusionZoneGrid
实例----------Examples----------
showClass("InclusionZoneGrid")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|