check_Comp: generate and/or check validity of biomass function component...

View source: R/checkComp.r

check_CompR Documentation

generate and/or check validity of biomass function component names

Description

generate and/or check validity of biomass function component names

Usage

check_Comp(component = NULL)

Arguments

component

vector of biomass component names, see details

Details

If component is NULL, by default, component name for total aboveground biomass is returned. If is all, then all available component names are returned.

  • stw: stump wood

  • stb: stump bark

  • sw: solid wood with diameter above 7cm over bark

  • sb: bark of component sw

  • fwb: fine wood incl. bark

  • ndl: needles

  • agb: total aboveground biomass

Value

a vector of component names

Examples

## Not run: 
TapeS:::checkComp()
TapeS:::checkComp("AGB")
TapeS:::checkComp("biomass")

## End(Not run)


TapeS documentation built on April 3, 2025, 11:09 p.m.