Learn R Programming

vegtable (version 0.1.3)

vegtable-class: Class vegtable.

Description

Class holding vegetation-plot data sets. Designed to content all information stored in ‘Turboveg’ databases in just one object.

Arguments

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.

Details

This class was designed to include information of relev<U+00E9>s, header data and species in just one object. Objects can be created by calls of the form new("vegtable", ...).

See Also

tv2vegtable.

Examples

Run this code
# NOT RUN {
library(vegtable)
showClass("vegtable")
# }

Run the code above in your browser using DataLab