estimate_cals | R Documentation |
Estimate calibration values by applying a median filter and interpolating between the filtered values.
estimate_cals(x, y, k, xout, breaks)
x |
Calibration check times (POSIXct). |
y |
Calibration check values. |
k |
Median filter window width. If |
xout |
Times at which to estimate the calibration value. |
breaks |
Times of discontinuities caused by instrument adjustments. |
Estimated calibration values at times xout
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.