powered by
The calculation of individual tree volume using form factors, which can be defined per species, per plot, or per species and per plot
volume_form_factors( df, form_factors = NULL, form_factors_level = "species", uniform_form_factor = 0.42 )
a data frame with calculated volume for all trees
data frame with tree heights and basal areas for individual trees
data frame with for factors for species, plot or both
character, the level of specified form factors. It can be 'species', 'plot' or 'species_plot'
a uniform form factor to be applied to all trees. If specified, it overwrites the argument 'form_factors'
library(MLFS) data(data_v3) data(form_factors) data_v3 <- volume_form_factors(df = data_v3, form_factors = form_factors, form_factors_level = "species_plot") summary(data_v3)
Run the code above in your browser using DataLab