calibrations {mlms} | R Documentation |
Sensor Calibrations
Description
Dataset of electronic sensor calibration measurements in the Multilevel Monitoring System (MLMS) wells of the U.S. Geological Survey (USGS) aquifer-monitoring network, Idaho National Laboratory (INL), Idaho.
Usage
calibrations
Format
A data frame with the following variables:
sensor_id
Identifier for the integrated sensor, see
sensors
dataset for a description of each sensor.cal_dt
Calendar date of sensor calibration.
cal_tp
Calibration type.
ref_temp_va
Reference temperature, in degree Celsius.
ts_dt
Date.
lab_standard
Laboratory standard.
r2
R-squared, coefficient of determination.
p_value
p-value.
Source
The dataset originates from the USGS INL Project Office
and underwent processing using the read_sensors_json
function.
Examples
str(calibrations)
[Package mlms version 1.0.2 Index]