| tree.age | R Documentation | 
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)
| stand.age.years | The age of the stand in years. | 
| plot.id | The unique ID of the stand | 
| tree.BA.m2 | A vector with the basal areas of each tree in m2. | 
| dbh.mm | A vector with the DBH in mm of each tree. | 
| SI.spp | Species for which SI has been calculated (1, 2, 3). | 
| SI.m | Site index (SI) in m. | 
| spp | Species group classification. | 
| dev.class | Development class. | 
| apply.correction | TRUE/FALSE. If a correction to age should be applied | 
A vector with the estimated ages of trees
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) 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.