| defineHeightStrata | R Documentation |
Height-based strata definition
defineHeightStrata(
name = "Strata by height",
description = "Vegetation strata defined by height in m",
citationString = "",
DOI = "",
heightBreaks = c(0, 1, 3, 5),
heightUnit = "m",
strataNames = c("s1", "s2", "s3"),
strataDefinitions = NULL
)
name |
A string to identify the stratum definition. |
description |
A string describing how strata are defined. |
citationString |
A string with the bibliographic reference for the method. |
DOI |
A string with the DOI of a resource describing the method. |
heightBreaks |
A numeric vector with height limits between strata (of length equal to the number of strata plus one). |
heightUnit |
A string to identify height units. |
strataNames |
A character vector of stratum codes (of length equal to the number of strata). |
strataDefinitions |
A character vector with strata definitions |
An object of class VegXStrataDefinition
Other define strata functions:
defineCategoricalStrata(),
defineMixedStrata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.