rm_turbine: remove influence of turbine activity from a time series

View source: R/rm.turbines.r

rm_turbineR Documentation

remove influence of turbine activity from a time series

Description

analyse a xts object and try to remove the activity from turbines from it

Usage

rm_turbine(x, rise = 300, tolerance = 100, duration = 12, thresQ = NULL)

Arguments

x

an xts object

rise

numeric. Rise in percent that needs to be exceeded for detecting as turbine influence

tolerance

numeric. tolerance in percent that the runoff level needs reach again

duration

numeric. time steps that will be analyzed after an exceed event was detected

thresQ

numeric or NULL. Threshold of runoff below which no detection will be performed.

Value

an xts object

Author(s)

Simon Frey


freysimon/TigeR documentation built on April 18, 2024, 4:57 p.m.