calculate_vegetation: aggregates parameters on vegetation of forests

View source: R/calculate_vegetation.R

calculate_vegetationR Documentation

aggregates parameters on vegetation of forests

Description

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')

Usage

calculate_vegetation(data_vegetation, data_herblayer)

Arguments

data_vegetation

dataframe on vegetation with variables ...

data_herblayer

dataframe on vegetation in the species level ('herb layer') with variables ...

Value

List of dataframes that are mentioned in the above description

Examples

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)


inbo/forrescalc documentation built on Sept. 28, 2024, 11:45 a.m.