Description Usage Arguments Value See Also
View source: R/corrections_grades_gaps.R
Given a multiPointCorrection and a time series, calculate the effect the correction would have on the time series
1 | applyCorrection(datetime, raw, correction)
|
datetime |
a vector of datetimes, as POSIXct |
raw |
a numeric vector of raw time series data corresponding to each datetime. This should be the same length as datetime. |
correction |
a multiPointCorrection object |
a numeric vector, the same length as datetime
and raw
, giving
the value of the correction applicable to each point in the time series
[multiPointCorrection()] for details on the multiPointCorrection class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.