uncertErrorCorr {masscor} | R Documentation |
Uncertainty due to mass correction using calibration certificate
Description
Given a balance reading indication and the calibration information of the balance, the function uses the conventional mass correction uncertainties of the two closest calibration points to the balance reading to interpolate the uncertainty due to the conventional mass correction.
Usage
uncertErrorCorr(calibCert, reading, units = NULL)
Arguments
calibCert |
object of class |
reading |
numeric with balance reading for the mass of the object. |
units |
character with the units of |
Value
A numeric value of uncertainty for a conventional mass correction.
See Also
convMass()
, uncertReading()
, uncertConvMass()
Examples
data(minimalCert)
uncertErrorCorr(reading = 12.4835, calibCert = minimalCert)
[Package masscor version 0.0.7.1 Index]