View source: R/calc_diam_statistics_species.R
calc_diam_statistics_species | R Documentation |
This function calculates the diameter distribution on the level of forest reserve, species and year
calc_diam_statistics_species(data_stems)
data_stems |
dataframe on stems (shoots and trees) as given from the function compose_stem_data() |
dataframe with columns forest_reserve, species, year and measures on diameter distribution (min, max, mean, median, Q1, Q3)
library(forrescalc)
# (add path to your own fieldmap database here)
path_to_fieldmapdb <-
system.file("example/database/mdb_bosres.sqlite", package = "forrescalc")
data_dendro <- load_data_dendrometry(path_to_fieldmapdb)
data_shoots <- load_data_shoots(path_to_fieldmapdb)
data_stems <- compose_stem_data(data_dendro, data_shoots)
calc_diam_statistics_species(data_stems)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.