powered by
Estimates individual tree age of trees within a plot based on basal area, site index, species, and development class.
tree.age(stand.age.years, plot.id, tree.BA.m2, dbh.mm, SI.spp, SI.m, spp, dev.class, apply.correction = TRUE)
A vector with the estimated ages of trees
The age of the stand in years.
The unique ID of the stand
A vector with the basal areas of each tree in m2.
A vector with the DBH in mm of each tree.
Species for which SI has been calculated (1, 2, 3).
Site index (SI) in m.
Species group classification.
Development class.
TRUE/FALSE. If a correction to age should be applied
Clara Anton Fernandez caf@nibio.no
tree.age(stand.age.years = 40, plot.id = c(1,1), tree.BA.m2 = c(0.05, 0.5),dbh.mm = c(50,150), SI.spp = 2, SI.m = 11, spp = c(1,1), dev.class = 3, apply.correction = TRUE)
Run the code above in your browser using DataLab