new_fe_species_tum_wwk_short: Constructor for the *fe_species_tum_wwk_short* Class

View source: R/fe_species_tum_wwk_short.R

new_fe_species_tum_wwk_shortR Documentation

Constructor for the fe_species_tum_wwk_short Class

Description

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

Usage

new_fe_species_tum_wwk_short(x = character())

Arguments

x

An appropriate character vector

Value

An object of class fe_species_tum_wwk_short

Examples

# Constructing a fe_species_tum_wwk_short object from scratch
# Use fe_species_tum_wwk_short() if you are not absolutely sure
spec_ids <- new_fe_species_tum_wwk_short(
  as.character(c(4, 4, 3, 3, 5, 5, 5))
)


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