wechsel_fun | R Documentation |
Function to identify periods in sensor calibration
wechsel_fun(
data,
col = "CO2",
ppm_lim = 60,
min_lim = 10,
puffer_start = 10,
puffer_ende = 1
)
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 |
sampler2_list <- wechsel_fun(data=data_sampler2,col="CO2_Dyn_02")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.