mc_info_range | R Documentation |
This function return data.frame with sensors range (min value, max value) and possible jumps.
mc_info_range(data)
data |
myClim object see myClim-package |
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.
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)
mc_info_range(mc_data_example_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.