wechsel_fun: Function to identify periods in sensor calibration

View source: R/wechsel_fun.R

wechsel_funR Documentation

Function to identify periods in sensor calibration

Description

Function to identify periods in sensor calibration

Usage

wechsel_fun(
  data,
  col = "CO2",
  ppm_lim = 60,
  min_lim = 10,
  puffer_start = 10,
  puffer_ende = 1
)

Arguments

data

measured data

col

which column should be used

ppm_lim

limit for ppm change in same period

min_lim

maximal time difference of data points in one period

puffer_start

amount of minutes to cut off at the begin

puffer_ende

amount of minutes to cut off at the end

Examples

sampler2_list <- wechsel_fun(data=data_sampler2,col="CO2_Dyn_02")

laurin-f/pkg.WWM documentation built on July 19, 2023, 12:04 a.m.