bufferedTract-class(sampSurf)
bufferedTract-class()所属R语言包:sampSurf
Class "bufferedTract"
类“bufferedTract”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class is a subclass of the "Tract" class. It provides, in addition to the functionality in “Tract”, the ability to create an internal buffer within the tract. This might be important, for example, when drawning a population of logs for sampling surface generation. The buffer width can be set such that no log's inclusion zone extends outside the tract. Objects of this class are also descendants of class "RasterLayer", and so share the full functionality of this class.
这个类是"Tract"类的一个子类。它规定,除在“道”的功能,能够创建一个内部缓冲区的道。这可能是重要的,例如,当溺水的用于采样表面生成的log的人口。缓冲区的宽度可设置这样没有log的列入区以外的道延伸。这个类的对象类"RasterLayer",也后裔,所以分享的全部功能,这个类。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("bufferedTract", ...). However, this is not recommended due to the complexity of the class. Instead, use the bufferedTract constructor to create objects.
可以创建对象通过调用的形式new("bufferedTract", ...)。然而,这是不推荐的,因为类的复杂性。相反,使用bufferedTract构造函数来创建对象。
插槽----------Slots----------
In addition to those slots that are defined within the "Tract", the following are available...
在除了那些所定义的插槽内的"Tract",以下是可用...
bufferRect: Object of class "matrix": A matrix in the form of a bounding box with row names c("x","y")
bufferRect:类的对象"matrix":行名称中的矩阵边界框的形式c("x","y")
spBuffer: Object of class "SpatialPolygons": A SpatialPolygons representation of bufferRect via the
spBuffer:通过类的对象"SpatialPolygons":ASpatialPolygons表示bufferRect
扩展----------Extends----------
Class "Tract", directly. Class "RasterLayer", by class "Tract", distance 2. Class "Raster", by class "Tract", distance 3. Class "BasicRaster", by class "Tract", distance 4.
类"Tract",直接。类"RasterLayer",通过类“道”,距离2。类"Raster",通过类“道”,距离3。类"BasicRaster",通过类“道”,距离4。
方法----------Methods----------
downLogs signature(object = "numeric", container =
downLogs <CODE>签名(对象=“数字”,容器=
plot signature(x = "bufferedTract", y = "missing"):
图signature(x = "bufferedTract", y = "missing"):
show signature(object = "bufferedTract"): Show the object
显示signature(object = "bufferedTract"):显示对象
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
Tract
Tract
实例----------Examples----------
showClass("bufferedTract")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|