VegX-class.RdImplements 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 VegX
summary(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
showClass("VegX")
#> Class "VegX" [package "VegX"]
#>
#> Slots:
#>
#> Name: VegXVersion parties
#> Class: character list
#>
#> Name: literatureCitations methods
#> Class: list list
#>
#> Name: attributes strata
#> Class: list list
#>
#> Name: surfaceTypes organismNames
#> Class: list list
#>
#> Name: taxonConcepts organismIdentities
#> Class: list list
#>
#> Name: projects plots
#> Class: list list
#>
#> Name: individualOrganisms plotObservations
#> Class: list list
#>
#> Name: individualObservations aggregateObservations
#> Class: list list
#>
#> Name: stratumObservations communityObservations
#> Class: list list
#>
#> Name: siteObservations surfaceCoverObservations
#> Class: list list