View source: R/chamber_arduino.R
chamber_arduino | R Documentation |
FUnction to calculate CO2 flux from arduino measurements
chamber_arduino(
datelim,
data = NULL,
gga_data = T,
gas = c("CO2", "CO2_GGA", "CH4"),
t_min = 5,
t_init = 1,
t_max = 10,
t_offset = 0,
gga = "gga",
plot = "facets",
return_ls = T
)
datelim |
ymd_hm |
data |
default = NULL data is loaded from inj_arduino_pfad |
return_ls |
F = return flux data.frame if T = returns list with [[1]] = flux and [[2]] data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.