Converts .rds files into pool netcdf files.

cohort2pool(dat, allom_param = NULL, dbh_name = "DBH")

Arguments

dat

veg_info file

allom_param

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

dbh_name

Default is "DBH". This is the column name in the veg_file that represents DBH. May differ depending on data source.

Details

cohort2pool function Calculates total biomass using veg cohort file.

Author

Saloni Shah

Examples

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