vec_ptype_abbr.fe_species_master {ForestElementsR}R Documentation

Abbreviation for the fe_species_master Type

Description

Provide an abbreviated name for the class fe_species_master to be displayed in tibbles and str()

Usage

## S3 method for class 'fe_species_master'
vec_ptype_abbr(x, ...)

Arguments

x

An object of type fe_species_master

...

Other parameters (not used)

Value

The abbreviation to be displayed for the species coding (character) in tibbles and in str()

Examples

spec_ids <- fe_species_master(c("pinus_001", "quercus_002", "pinus_001"))
vctrs::vec_ptype_abbr(spec_ids)
str(spec_ids)


[Package ForestElementsR version 2.1.0 Index]