%between% | R Documentation |
Check if a number belong to a given interval.
value %between% interval
value |
a numerical value. |
interval |
a numerical vector: (lower,upper). |
a logical value.
1 %between% c(0,2)
2 %between% c(0,2)
3 %between% c(0,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.