Description Usage Arguments Details Value Examples
Mimicking range
, but doesn't necessarily return the range
as a length 2 vector. Also gives the option to take the range along an "x"-
or "y"-direction with the aes
argument.
1 2 3 4 |
... |
Objects for which the range should be returned. |
na.rm |
A |
finite |
A |
aes |
An aesthetic name |
Written as a seperate function from range
, to distinguish
that the expected return value will not always be of length 2.
A vector containing the minimum and maximum of the given arguments.
1 | vec_range(1:10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.