Calculate the range from the arithmetic mean and error.
Usage
calculateArithmeticErrorRange(values, errorValues)
Arguments
- values
Numeric values of the arithmetic mean
- errorValues
Numeric values of the arithmetic error
Value
A named list, with `ymin` and `ymax`, of the range calculated from the arithmetic mean and errors.