in_interval | R Documentation |
Wether a value is within a specified interval
in_interval(x, lower, upper, left_open, right_open)
x |
the value to test |
lower |
lower limit |
upper |
upper limit |
left_open |
whether the lower limit is an open interval |
right_open |
whether the upper limit is an open interval |
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.