is_in_track: Test whether points are in a track

View source: R/track.R

is_in_trackR Documentation

Test whether points are in a track

Description

Test whether points are in a track

Usage

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


spiralize documentation built on Aug. 9, 2022, 5:09 p.m.