mc_info_range: Get table of sensors range

View source: R/info.R

mc_info_rangeR Documentation

Get table of sensors range

Description

This function return data.frame with sensors range (min value, max value) and possible jumps.

Usage

mc_info_range(data)

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.

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)

Examples

mc_info_range(mc_data_example_raw)

myClim documentation built on Oct. 21, 2024, 5:07 p.m.