| drift_correct | R Documentation | 
Apply instrument drift corrections based on calibration check results.
drift_correct(t, v, z = NULL, s = NULL, config)
| t | Measurement times (POSIXct). | 
| v | Measurement values. | 
| z | Data frame of zero calibration checks. Should contain columns
 | 
| s | Data frame of span calibration checks. Should contain columns
 | 
| config | list of Configuration options from the  | 
Zero and span values are estimated using estimate_cals. If not
provided, zeros and spans are assumed to be 0 and 1, respectively. The
corrected values are calculated as (measurement - zero) / span.
Drift-corrected measurements.
estimate_cals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.