What to do if the calibrated value is outside the range of the standards? How will this information get carried through - is a QA flag needed?
Could be useful to provide as an option in the apply_calibration function... maybe an argument called something like extrapolate, where F would return an NA value outside the calibration range and T would return a value but (somehow) indicate that it is outside calibration range.
What to do if the calibrated value is outside the range of the standards? How will this information get carried through - is a QA flag needed?
Could be useful to provide as an option in the
apply_calibration
function... maybe an argument called something likeextrapolate
, whereF
would return anNA
value outside the calibration range andT
would return a value but (somehow) indicate that it is outside calibration range.