defineMixedStrata.Rd
Define some strata by height and other by category
defineMixedStrata(
name = "Strata by height or category",
description = paste0("Vegetation strata defined by height in m",
" and other strata by category"),
citationString = "",
DOI = "",
heightStrataBreaks = c(0, 1, 3, 5),
heightStrataUnit = "m",
heightStrataNames = c("s1", "s2", "s3"),
categoryStrataNames = "s4",
heightStrataDefinitions = NULL,
categoryStrataDefinitions = NULL,
order = NULL
)
A string to identify the stratum definition.
A string describing how strata are defined.
A string with the bibliographic reference for the method.
A string with the DOI of a resource describing the method.
A numeric vector with height limits between height strata (of length equal to the number of height strata plus one).
A string to identify height units.
A numeric vector of stratum codes (of length equal to the number of height strata).
A numeric vector of categorical stratum codes (of length equal to the number of categorical strata).
A character vector with height strata definitions
A character vector with category strata definitions
A numeric vector to specify order strata (indices starting from height strata and continuing with category strata).
An object of class VegXStrataDefinition
Other define strata functions:
defineCategoricalStrata()
,
defineHeightStrata()
strataDef = defineMixedStrata(name = "Recce strata",
description = "Standard Recce stratum definition",
citation = "Hurst, JM and Allen, RB. (2007)
The Recce method for describing New Zealand vegetation – Field protocols.
Landcare Research, Lincoln.",
heightStrataBreaks = c(0, 0.3,2.0,5, 12, 25, 50),
heightStrataNames = paste0("Tier ",1:6),
categoryStrataNames = "Tier 7")