Learn R Programming

ForestElementsR (version 2.0.1)

new_fe_species_ger_nfi_2012: Constructor for the fe_species_ger_nfi_2012 Class

Description

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

Usage

new_fe_species_ger_nfi_2012(x = character())

Value

An object of class fe_species_ger_nfi_2012

Arguments

x

An appropriate character vector

Examples

Run this code
# Constructing a fe_species_ger_nfi_2012 object from scratch
# Use fe_species_ger_nfi_2012() if you are not absolutely sure
spec_ids <- new_fe_species_ger_nfi_2012(
  as.character(c(50, 50, 20, 20, 100, 100, 100))
)

Run the code above in your browser using DataLab