This function makes aggregations of tree generation data on the levels of

  • plot, height class and year

  • plot and year

  • plot, height class, tree species and year

For core area plots it makes additional aggregations on the levels of

  • core area, tree species and year

  • core area, height class, tree species and year

calculate_regeneration(data_regeneration)

Arguments

data_regeneration

dataframe on tree regeneration with variables ...

Value

List of dataframes that are mentioned in the above description

Examples

if (FALSE) {
#change path before running
library(forrescalc)
data_regeneration <-
  load_data_regeneration("C:/MDB_BOSRES_selectieEls/FieldMapData_MDB_BOSRES_selectieEls.accdb")
calculate_regeneration(data_regeneration)
}