Description proc_L1() proc_dendro_L2() corr_dendro_L2() Vignettes
The treenetproc package contains three main functions:
proc_L1, proc_dendro_L2, corr_dendro_L2
proc_L1()The function proc_L1 aligns raw dendrometer and temperature
measurements to regular time intervals.
proc_dendro_L2()The function proc_dendro_L2 removes outliers and jumps or shifts
in time-aligned dendrometer data.
corr_dendro_L2()The function corr_dendro_L2 can be used to manually correct
remaining errors after data cleaning with proc_dendro_L2.
More information and some examples on how to use the functions can be
found in the package vignette. To see the vignette use:
browseVignettes("treenetproc")
If browseVignettes does not work, the package may need to be
reinstalled along with the vignette:
library(devtools)
devtools::install_github("treenet/treenetproc",
build_vignettes = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.