#Default species parameterization
data(SpParamsMED)
#Load example plot
data(exampleforest)
#A plant-level way to obtain stand basal area
sum(plant_basalArea(exampleforest, SpParamsMED), na.rm=TRUE)
#The analogous plant-level function for LAI
sum(plant_LAI(exampleforest, SpParamsMED))
#The analogous plant-level function for fuel loading
sum(plant_fuelLoading(exampleforest, SpParamsMED))
#Summary function for 'forest' objects can be also used
summary(exampleforest, SpParamsMED)
#Cohort IDs in the models
plant_ID(exampleforest, SpParamsMED)
Run the code above in your browser using DataLab