Description Usage Arguments Details Author(s)
Check if specified variable is outside of provided boundaries
1 2 | fCheckOutsideRange(Data.F, VarName.s, Condition.V.s,
CallFunction.s = "")
|
Data.F |
Data frame |
VarName.s |
Variable (column) name |
Condition.V.s |
Logical condition for outside values |
CallFunction.s |
Name of function called from |
Example of condition structure: c('<=', 0) or c('<=',0,'|','>',20) Allowed relational operators: < <= == >= > != Allowed logical operators: & |
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.