View source: R/calculate_regeneration.R
calculate_regeneration | R Documentation |
This function makes aggregations of tree generation data on the levels of
plot and year (and subplot for core area)
plot, height class and year (and subplot for core area)
plot, tree species and year (and subplot for core area)
plot, height class, tree species and year (and subplot for core area)
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)
data_regeneration |
dataframe on tree regeneration with variables
|
List of dataframes that are mentioned in the above description
library(forrescalc)
# (add path to your own fieldmap database here)
path_to_fieldmapdb <-
system.file("example/database/mdb_bosres.sqlite", package = "forrescalc")
data_regeneration <- load_data_regeneration(path_to_fieldmapdb)
calculate_regeneration(data_regeneration)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.