getErrorTable-Sensor-method: Get the error table for a given sensor object

Description Usage Arguments Value

Description

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

Usage

1
2
## S4 method for signature '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


julianstanley/SensorOverlord documentation built on Oct. 19, 2020, 2:29 p.m.