View source: R/calc_reg_core_area_height_spec.R
calc_reg_core_area_height_spec | R Documentation |
This function calculates for each plot, height, species and year the number of regeneration per ha (or interval with mean and confidence interval using a log transformation), the number and percentage of subplots in which the species is regenerating and the approximate rubbing damage percentage per hectare. This calculation is designed for core areas, that consist of different subplots.
calc_reg_core_area_height_spec(data_regeneration)
data_regeneration |
dataframe on tree regeneration with variables
|
dataframe with columns plot
, species
, year
, height
,
nr_of_subplots_with_regeneration
, perc_subplots_with_regeneration
,
approx_rubbing_damage_perc
, mean_number_of_regeneration_ha
,
lci_number_of_regeneration_ha
, uci_number_of_regeneration_ha
and
approx_nr_regeneration_ha.
library(forrescalc)
# (add path to your own fieldmap database here)
path_to_fieldmapdb <-
system.file("example/database/mdb_bosres.sqlite", package = "forrescalc")
data_regeneration_CA <-
load_data_regeneration(path_to_fieldmapdb, plottype = "CA")
calc_reg_core_area_height_spec(data_regeneration_CA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.