Description Usage Arguments Value Examples
Operators to check if values are inside continuous (half) open and closed sets.
1 2 3 4 5 6 7 | x %[]% y
x %()% y
x %(]% y
x %[)% y
|
x |
An atomic vector. |
y |
An atomic vector of length 2 containing the limits of a continous set. |
The operators return an atomic vector of class logical
with the same length as x
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.