check_Comp {TapeS} | R 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)
[Package TapeS version 0.13.4 Index]