CheckLooksInBounds: Check whether values in a vector each fall between an upper...

Description Usage Arguments Value

Description

Check whether values in a vector each fall between an upper and lower bound

Usage

1
CheckLooksInBounds(xs, lower_bound, upper_bound)

Arguments

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

Value

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.


tjmahr/lookr documentation built on May 31, 2019, 3:41 p.m.