is_fe_species_tum_wwk_long {ForestElementsR}R Documentation

Check if an Object is a fe_species_tum_wwk_long species code vector

Description

Check if an Object is a fe_species_tum_wwk_long species code vector

Usage

is_fe_species_tum_wwk_long(x)

Arguments

x

An object

Value

TRUE if the object inherits from the fe_species_tum_wwk_long class

Examples

spec_ids <- new_fe_species_tum_wwk_long(
  as.character(c(70, 61, 88, 88, 10, 971, 32))
)
is_fe_species_tum_wwk_long(spec_ids)


[Package ForestElementsR version 2.1.0 Index]