is_fe_species_ger_nfi_2012: Check if an Object is a *fe_species_ger_nfi_2012* species...

View source: R/fe_species_ger_nfi_2012.R

is_fe_species_ger_nfi_2012R Documentation

Check if an Object is a fe_species_ger_nfi_2012 species code vector

Description

Check if an Object is a fe_species_ger_nfi_2012 species code vector

Usage

is_fe_species_ger_nfi_2012(x)

Arguments

x

An object

Value

TRUE if the object inherits from the fe_species_ger_nfi_2012 class

Examples

spec_ids <- new_fe_species_ger_nfi_2012(
  as.character(c(50, 50, 20, 20, 100, 100, 100))
)
is_fe_species_ger_nfi_2012(spec_ids)


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