Description Usage Arguments Value
View source: R/adjust_linear.R
Linearly adjust data based on two data points of know quality.
1 | adjust_linear(raw, calib, rowfirst, rowlast, rownums = 1:length(raw))
|
raw |
(numeric) Numeric vector of raw data, sorted by date time ascending. |
calib |
(numeric) Numeric vector that is blank except for the calibration values. |
rowfirst |
(numeric) Rownumber of the first calibration value. |
rowlast |
(numeric) Rownumber of the second (and last) calibration value. |
rownums |
(numeric) Vector of row numbers. Defaults to 1:length(raw) |
A vector with caliberated values. Adjustment is linear.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.