jump.locator {dendRoAnalyst} | R Documentation |
Removing artefacts due to manual adjustments of dendrometers automatically for more than one dendrometers
Description
Dendrometers generally have limited memory capacity beyond which it stops recording. To keep the measurement ongoing, they should be adjusted periodically, which can cause positive or negative jumps in the data. This function locates these artefacts and adjusts them.Unlike in i.jump.locator
, it can handle dataset with more than one dendrometers.
Usage
jump.locator(df, v)
Arguments
df |
dataframe with first column containing date and time in the format |
v |
numerical value which is considered as artefact. E.g. |
Value
A dataframe containing jump-free dendrometer data.
Examples
library(dendRoAnalyst)
data(nepa)
jump_free_nepa<-jump.locator(df=nepa ,v=1)
head(jump_free_nepa,10)
[Package dendRoAnalyst version 0.1.5 Index]