fill_lut: Execute the Look-Up Table (LUC) Algorithm

Description Usage Arguments Details Value

Description

Look-Up Table (LUT) algorithm of up to five conditions within prescribed window size. Original name: sEddyProc_sFillLUT.

Usage

1
2
3
fill_lut(data, temp, win_days, v1 = "none", t1 = NA, v2 = "none",
  t2 = NA, v3 = "none", t3 = NA, v4 = "none", t4 = NA,
  v5 = "none", t5 = NA, verbose = TRUE)

Arguments

win_days

Window size for filling in days.

v1

Condition variable 1.

t1

Tolerance interval 1.

v2

Condition variable 2.

t2

Tolerance interval 2.

v3

Condition variable 3.

t3

Tolerance interval 3.

v4

Condition variable 4.

t4

Tolerance interval 4.

v5

Condition variable 5.

t5

Tolerance interval 5.

verbose

Print status information to screen.

Details

Quality flags: * 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

Value

LUT filling results in temporary data frame.


grahamstewart12/tidyflux documentation built on June 4, 2019, 7:44 a.m.