Learn R Programming

TapeS (version 0.13.3)

check_Comp: 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)

Value

a vector of component names

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

Examples

Run this code
if (FALSE) {
TapeS:::checkComp()
TapeS:::checkComp("AGB")
TapeS:::checkComp("biomass")
}

Run the code above in your browser using DataLab