View source: R/calculate_vegetation.R
calculate_vegetation | R Documentation |
This function makes aggregations of vegetation data on the levels of
plot and year
subplot and year (only for plot type 'core area')
plot, species and year (only for plot type 'core area')
calculate_vegetation(data_vegetation, data_herblayer)
data_vegetation |
dataframe on vegetation with variables ... |
data_herblayer |
dataframe on vegetation in the species level ('herb layer') 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_vegetation <- load_data_vegetation(path_to_fieldmapdb)
data_herblayer <- load_data_herblayer(path_to_fieldmapdb)
calculate_vegetation(data_vegetation, data_herblayer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.