getAbsError-Sensor-method.RdEach R will have a certain error, defined by the Error_Model parameter That error in R will propagate when applied to the FUN function parameter This method returns that error
# S4 method for Sensor getAbsError(object, R = getR(object), FUN = getProperty, Error_Model, ...)
| object | A sensor object |
|---|---|
| R | An array of numeric ratio values |
| FUN | A function that will be applied to R |
| Error_Model | A function in the form Error_Model(R) --> Error in R |
| ... | Extra parameters applied to the FUN function |
A numeric array of errors