new_fe_species_bavrn_state_short {ForestElementsR} | R Documentation |
Constructor for the fe_species_bavrn_state_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_bavrn_state_short
for creating an object of that
class.
Usage
new_fe_species_bavrn_state_short(x = character())
Arguments
x |
An appropriate |
Value
An object of class fe_species_bavrn_state_short
Examples
# Constructing a fe_species_bavrn_state_short object from scratch
# Use fe_species_bavrn_state_short() if you are not absolutely sure
spec_ids <- new_fe_species_bavrn_state_short(
as.character(1:9)
)
[Package ForestElementsR version 2.1.0 Index]