vegtable-class {vegtable} | R Documentation |
Class vegtable.
Description
Class holding vegetation-plot data sets. Designed to content all information stored in Turboveg databases in just one object.
This class was designed to include information of relevés, header data and
species in just one object. Objects can be created by calls of the form
new("vegtable", ...)
.
Slots
description
A named character vector containing metadata.
samples
A data frame with samples list.
header
A data frame with plots data.
species
Species list as a taxlist object.
layers
A list including strata within samples as data frames.
relations
A list including popup lists as data frames.
coverconvert
A scale conversion object of class coverconvert.
syntax
A list including syntaxonomic lists either as data frames or as taxlist objects.
See Also
Examples
showClass("vegtable")
[Package vegtable version 0.1.8 Index]