View source: R/EddyGapfilling.R
sEddyProc_sFillLUT | R Documentation |
Look-Up Table (LUT) algorithm of up to five conditions within prescribed window size
sEddyProc_sFillLUT(WinDays.i, V1.s = "none",
T1.n = NA_real_, V2.s = "none", T2.n = NA_real_,
V3.s = "none", T3.n = NA_real_, V4.s = "none",
T4.n = NA_real_, V5.s = "none", T5.n = NA_real_,
Verbose.b = TRUE, calculate_gapstats = calculate_gapstats_Reichstein05)
WinDays.i |
Window size for filling in days |
V1.s |
Condition variable 1 |
T1.n |
Tolerance interval 1 |
V2.s |
Condition variable 2 |
T2.n |
Tolerance interval 2 |
V3.s |
Condition variable 3 |
T3.n |
Tolerance interval 3 |
V4.s |
Condition variable 4 |
T4.n |
Tolerance interval 4 |
V5.s |
Condition variable 5 |
T5.n |
Tolerance interval 5 |
Verbose.b |
Print status information to screen |
calculate_gapstats |
function computing gap-statistics |
1: at least one variable and nDay <= 14
2: three variables and nDay in [14,56) or one variable and nDay in [14,28)
3: three variables and nDay > 56 or one variable and nDay > 28
LUT filling results in sTEMP data frame.
AMM, TW Department for Biogeochemical Integration at MPI-BGC, Jena, Germany <REddyProc-help@bgc-jena.mpg.de> [cph], Thomas Wutzler <twutz@bgc-jena.mpg.de> [aut, cre], Markus Reichstein <mreichstein@bgc-jena.mpg.de> [aut], Antje Maria Moffat <antje.moffat@bgc.mpg.de> [aut, trl], Olaf Menzer <omenzer@bgc-jena.mpg.de> [ctb], Mirco Migliavacca <mmiglia@bgc-jena.mpg.de> [aut], Kerstin Sickel <ksickel@bgc-jena.mpg.de> [ctb, trl], Ladislav <U+0160>igut <sigut.l@czechglobe.cz> [ctb]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.