fCheckOutsideRange: fCheckOutsideRange

Description Usage Arguments Details Author(s)

Description

Check if specified variable is outside of provided boundaries

Usage

1
2
fCheckOutsideRange(Data.F, VarName.s, Condition.V.s, 
    CallFunction.s = "")

Arguments

Data.F

Data frame

VarName.s

Variable (column) name

Condition.V.s

Logical condition for outside values

CallFunction.s

Name of function called from

Details

Example of condition structure: c('<=', 0) or c('<=',0,'|','>',20) Allowed relational operators: < <= == >= > != Allowed logical operators: & |

Author(s)

AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)


REddyProc documentation built on May 2, 2019, 5:19 p.m.