points.Trajectory {trajr} | R Documentation |
Add Trajectory points to a plot
Description
The points
method for Trajectory objects.
Usage
## S3 method for class 'Trajectory'
points(x, draw.start.pt = TRUE, turning.angles = NULL, ...)
Arguments
x |
An object of class "Trajectory", the trajectory to be plotted. |
draw.start.pt |
If TRUE, draws a dot at the start point of the trajectory. |
turning.angles |
If |
... |
Additional arguments are passed to |
[Package trajr version 1.5.1 Index]