Add points to a track
spiral_points(
x,
y,
pch = 1,
size = unit(0.4, "char"),
gp = gpar(),
track_index = current_track_index()
)
X-locations of the data points.
Y-locations of the data points.
Point type.
Size of the points. Value should be a grid::unit()
object.
Graphical parameters.
Index of the track.
No value is returned.
spiral_initialize()
spiral_track()
spiral_points(x = runif(1000), y = runif(1000))