powered by
Functions to calculate stand attributes of a forest object.
forest
stand_basalArea(x, minDBH = 7.5)stand_foliarBiomass(x, SpParams, gdd = NA_real_, mode = "MED")stand_phytovolume(x, SpParams)stand_fuel(x, SpParams, gdd = NA_real_, includeDead = TRUE, mode = "MED")stand_LAI(x, SpParams, gdd = NA_real_, mode = "MED", bounded = TRUE)stand_dominantTreeDiameter(x, minDBH = 7.5)stand_dominantTreeHeight(x, minDBH = 7.5)stand_hartBeckingIndex(x, minDBH = 7.5)stand_quadraticMeanTreeDiameter(x, minDBH = 7.5)
stand_foliarBiomass(x, SpParams, gdd = NA_real_, mode = "MED")
stand_phytovolume(x, SpParams)
stand_fuel(x, SpParams, gdd = NA_real_, includeDead = TRUE, mode = "MED")
stand_LAI(x, SpParams, gdd = NA_real_, mode = "MED", bounded = TRUE)
stand_dominantTreeDiameter(x, minDBH = 7.5)
stand_dominantTreeHeight(x, minDBH = 7.5)
stand_hartBeckingIndex(x, minDBH = 7.5)
stand_quadraticMeanTreeDiameter(x, minDBH = 7.5)
stand_basalArea: Stand basal area (m2/ha).
stand_basalArea
stand_dominantTreeDiameter: Dominant tree diameter, i.e the average diameter of the 100 widest trees (in cm).
stand_dominantTreeDiameter
stand_quadraticMeanTreeDiameter: Quadratic mean tree diameter, i.e. the diameter value corresponding to the current basal area and density.
stand_quadraticMeanTreeDiameter
stand_dominantTreeHeight: Dominant tree height, i.e the average height of the 100 tallest trees (in cm).
stand_dominantTreeHeight
stand_hartBeckingIndex: Hart becking index.
stand_hartBeckingIndex
stand_foliarBiomass: Standing biomass of leaves (in kg/m2).
stand_foliarBiomass
stand_fuel: Stand fine fuel load (in kg/m2).
stand_fuel
stand_LAI: Stand leaf area index (m2/m2).
stand_LAI
stand_phytovolume: Stand shrub phytovolume (m3/m2).
stand_phytovolume
An object of class forest.
Minimum diameter at breast height (in cm) to include in estimation.
A data frame with species parameters (see SpParamsMED).
SpParamsMED
Growth degree days (to account for leaf phenology effects).
Calculation mode, either "MED" or "US".
A flag to indicate that standing dead fuels (dead branches) are included.
A boolean flag to indicate that extreme values should be prevented (maximum tree LAI = 7 and maximum shrub LAI = 3)
Miquel De Cáceres Ainsa, CREAF
forest, plant_basalArea, summary.forest
plant_basalArea
summary.forest
#Default species parameterization data(SpParamsMED) #Load example plot data(exampleforestMED) #A short way to obtain total basal area stand_basalArea(exampleforestMED)
Run the code above in your browser using DataLab