Description Usage Arguments Value Examples
Returns TRUE
if x
falls inside range defined by ends
and FALSE
otherwise. Also works for multiple sets of values and/or
endpoints.
1 |
x |
Numeric value or vector of numeric values. |
ends |
Numeric vector of length 2 specifying the endpoints for the interval, or a 2-column numeric matrix where each row specifies a pair of endpoints. |
inclusive |
Logical value indicating whether endpoints should be included. |
Logical value or vector.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.