cohort2pool function Calculates total biomass using veg cohort file.

cohort2pool(veg_file, allom_param = NULL)

Arguments

veg_file

path to standard cohort veg_file

allom_param

parameters for allometric equation, a and b. Based on base-10 log-log linear model (power law)

Examples

# NOT RUN {
veg_file <- "~/downloads/FFT_site_1-25665/FFT.2008.veg.rds"
cohort2pool(veg_File = veg_file, allom_param = NULL)
# }