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
)

Arguments

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

Value

An object of class VegXStrataDefinition

See also

Other define strata functions: defineCategoricalStrata(), defineMixedStrata()