new_fe_species_bavrn_state: Constructor for the *fe_species_bavrn_state* Class

View source: R/fe_species_bavrn_state.R

new_fe_species_bavrn_stateR Documentation

Constructor for the fe_species_bavrn_state Class

Description

Should be used by expert users only who know exactly what they are doing. Other users please take the function fe_species_bavrn_state for creating an object of that class.

Usage

new_fe_species_bavrn_state(x = character())

Arguments

x

An appropriate character vector

Value

An object of class fe_species_bavrn_state

Examples

# Constructing a fe_species_bavrn_state object from scratch
# Use fe_species_bavrn_state() if you are not absolutely sure
spec_ids <- new_fe_species_bavrn_state(
  as.character(c(40, 40, 30, 30, 60, 60, 60))
)


ForestElementsR documentation built on April 3, 2025, 7:47 p.m.