Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
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.
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.
In addition to those slots that are defined within the
"Tract"
, the following are available...
bufferRect
:Object of class "matrix"
: A matrix
in the form of a bounding box with row names c("x","y")
and column names c("min","max").
spBuffer
:Object of class "SpatialPolygons"
: A
SpatialPolygons
representation of bufferRect
via the
sp
package.
Class "Tract"
, directly.
Class "RasterLayer"
, by class "Tract", distance 2.
Class "Raster"
, by class "Tract", distance 3.
Class "BasicRaster"
, by class "Tract", distance 4.
signature(object = "numeric", container =
"bufferedTract")
: Create downlogs
signature(x = "bufferedTract", y = "missing")
:
Plot the logs
signature(object = "bufferedTract")
: Show the object
Jeffrey H. Gove
1 | showClass("bufferedTract")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.