%btwn% | R Documentation |
Check if some values are covered by the range of the values in a second vector.
x %btwn% y
x |
[ |
y |
[ |
[logical(n)
]. For each value in x
: Is it in the range of y
?
x = 3 y = c(-1,2,5) x %btwn% y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.