Description Usage Arguments Value
Each 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
1 2 | ## S4 method for signature '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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.