Description Usage Arguments Value Examples
Returns a logical vector like y
showing if each element
lies in the closed interval [min(x1, x2), max(x1, x2)]
.
1 | between(y, x1, x2)
|
y |
a numeric object |
x1 |
a number |
x2 |
a number |
A logical object like y
.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.