new_fe_species_master: Constructor for the *fe_species_master* Class

View source: R/fe_species_master.R

new_fe_species_masterR Documentation

Constructor for the fe_species_master Class

Description

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

Usage

new_fe_species_master(x = character())

Arguments

x

An appropriate character vector

Value

An object of class fe_species_master

Examples

# Constructing a fe_species_master object from scratch
# Use fe_species_master() if you are not absolutely sure
spec_ids <- new_fe_species_master(
  c("picea_001", "fagus_001", "quercus_002", "quercus_001")
)


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