estimate_cals: Estimate calibration values

View source: R/calibrate.R

estimate_calsR Documentation

Estimate calibration values

Description

Estimate calibration values by applying a median filter and interpolating between the filtered values.

Usage

estimate_cals(x, y, k, xout, breaks)

Arguments

x

Calibration check times (POSIXct).

y

Calibration check values.

k

Median filter window width. If NA no smoothing is applied.

xout

Times at which to estimate the calibration value.

breaks

Times of discontinuities caused by instrument adjustments.

Value

Estimated calibration values at times xout.


ASRCsoft/atmoschem.datasets documentation built on Feb. 15, 2023, 9:26 a.m.