is_in_track {spiralize}R 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


[Package spiralize version 1.0.6 Index]