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 (1) The input Rs (2) the error in Rs (3) the results of the FUN function parameter (4) the upper bound of the FUN function (5) the lower bound of te fun function (6) the max absolute error for the FUN function

# S4 method for Sensor
getErrorTable(object, R = getR(object), FUN = getProperty, Error_Model, ...)

Arguments

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

Value

A dataframe of errors