View source: R/valueRangeExpression.R
vreConvertSimpleNumericRange | R Documentation |
vreConvertSimpleNumericRange
is a utility function that converts
a simple range expression of the form "value1<=v<value2" to a standard
R logical expression of the form "value1<=v && v<value2".
vreConvertSimpleNumericRange(vre)
vre |
The value range expression to examine. |
A standard R logical expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.