Test whether points are in a track

is_in_track(x, y, track_index = current_track_index())

Arguments

x

X-location of data points.

y

Y-location of data points.

track_index

Index of track.

Value

A logical vector.

Examples

# There is no example
NULL
#> NULL