Description Usage Arguments Value
Check whether values in a vector each fall between an upper and lower bound
1 | CheckLooksInBounds(xs, lower_bound, upper_bound)
|
xs |
a set of x or y gaze coordinates |
lower_bound |
the lower bound of the range to check |
upper_bound |
the upper bound of the range to check |
a vector of boolean values indicating whether each x in xs
falls between the lower bound and upper bound (inclusive). NA values
in xs are missing looks so they are reported as FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.