| VegX-class | R Documentation |
Implements the minimum subset of Veg-X elements needed for importing and combining vegetation data in this package. Only main elements of Veg-X are included here as lists (sub-elements are not specified in the class definition). Other main Veg-X elements ('taxonDetermination', 'communityConcept', 'communityDetermination') are not yet implemented.
## S4 method for signature 'VegX' summary(object, ...)
object |
Veg-X object to be summarized |
... |
Additional parameters (for compatibility) |
summary: Generates a summary of the Veg-X object (i.e., the number of elements of each type).
VegXVersionA string to indicate the version of the Veg-X standard.
partiesA list of persons, organisations mentioned in the data set.
literatureCitationsA list of literature citations used in the data set.
methodsA list of measurement methods (e.g. cover scales) mentioned in the data set.
attributesA list of attribute value descriptions used in the data set.
strataA list of stratum definitions used in the data set.
surfaceTypesA list of surface class definitions used in the data set.
organismNamesA list of organism names used in the data set.
taxonConceptsA list of taxon concepts (i.e. taxon name + citation) used in the data set.
organismIdentitiesA list of organism identities used in the data set.
projectsA list of research projects underpinning plot data collection.
plotsA list of vegetation plots where measurements were made.
individualOrganismsA list of individual organisms found in vegetation plots.
plotObservationsA list of observations (i.e. sampling events) made on vegetation plots.
individualObservationsA list of observations made on individual organisms (e.g. diameter or height values).
aggregateObservationsA list of observations made on aggregate organisms (e.g. plant abundance by taxa or stratum).
stratumObservationsA list of observations made on strata (e.g. overall tree cover).
communityObservationslist of observations applying to the whole plant community (e.g. stand age or species richness)
siteObservationsA list of observations that apply to the site (e.g., abiotic measurements, land use, management regime, legal protection, ...).
surfaceCoverObservationslist of surface cover observations.
Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data
newVegX, showElementTable
showClass("VegX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.