mc_info_range {myClim}R 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:

Examples

mc_info_range(mc_data_example_raw)

[Package myClim version 1.4.0 Index]