This function return data.frame with sensors range (min value, max value) and possible jumps.
Usage
mc_info_range(data)
Value
data.frame with columns:
sensor_name - name of sensor (e.g., TMS_T1, TMS_moist, HOBO_T) see mc_data_sensors
min_value - minimal value
max_value - maximal value
positive_jump - Maximal difference between two consecutive values. Next value is higher than previous. (Positive number)
negative_jump - Maximal difference between two consecutive values. Next value is lower than previous. (Positive number)
Arguments
data
myClim object see myClim-package
Details
This function is mainly useful to prepare input parameter for mc_states_outlier() function.
The range values are taken from mc_data_sensors. Those are manually defined
ranges based on logger/sensor technical limits and biologically meaningful values.