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