View source: R/append.new.HOBO.file.R
append.new.HOBO.file | R Documentation |
Takes the previously QC'd HOBO file and append the new dataset.
append.new.HOBO.file(
newfile,
file2append,
CF_init = 1,
TM_init,
CF_end = 1,
TM_end
)
newfile |
data frame of new HOBO dataset that need to be appended to the old one. "datetime" format has been formated within the read.hobo() function. |
file2append |
data frame of old HOBO dataset the new HOBO data frame will be appended to. The "datetime" format is formated within the current function. |
CF_init |
correction factor at the beginning |
TM_init |
Time measurement initialization : when probes are back in the lakes |
CF_end |
correction factor at the end |
TM_end |
Time measurement end: when probes are taken out of the lakes |
ind_init |
index of when to start correcting the measurements |
ind_end |
index of when to stop correcting the measurements |
Rosalie Bruel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.