Strata definition by simple category

defineCategoricalStrata(
  name = "Strata by categories",
  description = "Vegetation categorical strata",
  citationString = "",
  DOI = "",
  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.

strataNames

A character vector of stratum codes (of length equal to the number of strata).

strataDefinitions

A character vector with stratum definitions

Value

An object of class VegXStrataDefinition

See also

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