Description Details Slots See Also
This class is used to define general methods, and is contained by all of the package's 3D objects.
This class does not have a constructor method. It is used only to define methods that are common to all of its subclasses.
coordsA list containing the coordinates for each data unit.
The contents of the list vary according to each object:
For points3DDataFrame objects and its subclasses, a numeric
vector of length 3;
For lines3DDataFrame objects, a numeric vector of length 6,
where the first 3 elements contain the coordinates of a line segment's
start and the last 3 contain the coordinates of the segment's end.
dataA data.frame with each data unit's attributes.
bboxA matrix containing the coordinates of two opposing
edges of the object's bounding box.
lines3DDataFrame-class,
points3DDataFrame-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.