Description Usage Arguments Details Value Author(s) Examples
test for x
to lie between low
and high
(including the
margins), i.e., low ≤q x ≤q high
1 |
x |
value(s) to test |
low |
lower bound(s) of test interval(s) |
high |
upper bound(s) of test interval(s) |
index |
when set return indices, otherwise match matrix (see description) |
named |
whether to put names on the return value |
edges |
which of a range's edges to include in the range |
... |
ignored |
between
is vectorized for x
as well as for the limits. In the
case of vectorized limits low
and high
have to have the same
length and the ranges are defined by corresponding pairs from low
and
high
(those ranges are allowed to overlap).
index vector or match matrix
Benno Pütz puetz@psych.mpg.de
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.