getRecorderWithinUncertainty: calculate the recorder w/in uncertainty

Description Usage Arguments Value

View source: R/sensorreading-data.R

Description

This takes the uncertainty values, the reading values and the recorderValues and returns a Yes or No repsonse if the reading value is within the uncertainty level. If the recorderValue is not available, it compares the reading value with the recorderValue and if the values match, returns Yes, if not, No. The uncertainty range is inclusive.

Usage

1
getRecorderWithinUncertainty(uncertainty, value, recorderValue)

Arguments

uncertainty

The value for uncertainty for the reading

value

The value for the reading

recorderValue

The recorderValue for the reading

Value

recorderWithin Yes or No response on whether the recorderValue is within the uncertainty value known


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.