# NOT RUN {
#Default species parameterization
data(SpParamsMED)
#Load example plot
data(exampleforest)
#A short way to obtain total basal area
sum(plant_basalArea(exampleforest), na.rm=TRUE)
#The same forest level function for LAI
sum(plant_LAI(exampleforest, SpParamsMED))
#The same forest level function for fuel loading
sum(plant_fuel(exampleforest, SpParamsMED))
#Summary function for 'forest' objects can be also used
summary(exampleforest, SpParamsMED)
plant_speciesName(exampleforest, SpParamsMED)
plant_ID(exampleforest)
# }
Run the code above in your browser using DataLab