Learn R Programming

spiralize (version 1.0.6)

is_in_track: 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())

Value

A logical vector.

Arguments

x

X-location of data points.

y

Y-location of data points.

track_index

Index of track.

Examples

Run this code
# There is no example
NULL

Run the code above in your browser using DataLab