lorey.height | R Documentation |
Calculates Lorey's height (mean height weigted by basal area). If group.id is not NULL, it will calculate Lorey's height for each group.
lorey.height(BA, height, group.id = NULL)
BA |
A vector with the basal areas of the trees |
height |
A vector with the height of the trees |
group.id |
An optional vector with a grouping variable. |
If a grouping variable is provided it returns a data frame with two columns (group.id, and lorey.height). If a grouping variable is not provided it will return the Lorey's height.
Clara Anton Fernandez (caf@nibio.no)
height.of.X.tallest.trees
library(sitree)
BA <- pi*(tr$dbh/2)^2
lorey.height(BA, tr$height)
lorey.height(BA, tr$height, tr$plot.id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.