Description Objects from the Class Slots Methods Author(s) See Also Examples
This class is virtual. It provides the minimal structure to build
subclasses that can be tailored to the desired application. Notably, the
"downLog" and "standingTree" subclasses are already implemented.
It provides the basis for graphical display via the
sp
package.
A virtual Class: No objects may be created from it.
species
:Object of class "character"
: Some
form of identifier to species or group level.
units
:Object of class "character"
: The units of
measurement system used, must be either "English" or "metric".
location
:Object of class "SpatialPoints"
: The
x,y location of the object, can include z (elevation) but this is
not used currently.
spUnits
:Object of class "CRS"
: A legal proj.4
coordinate system; the default is to have user-defined coordinates.
description
:Object of class "character"
: Some
helpful comment about the object.
userExtra
:Object of class "ANY"
: This could be
anyting the user wants to store with the object; specifically, it
might hold information that is difficult to pass incorporate in
any way given the constraints on "Stem" objects.
signature(x = "Stem", y = "missing")
: Graphical
display of the object. Minimal display is the object
location
.
signature(object = "Stem")
: Show main components or
summary of an object.
signature(object = "Stem")
: Concise summary of
the object.
Jeffrey H. Gove
Subclasses "downLog
" for downed logs and
"standingTree
" for standing trees.
1 | showClass("Stem")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.