The lines
method for Trajectory objects.
# S3 method for Trajectory
lines(x, draw.start.pt = TRUE, turning.angles = NULL,
...)
An object of class "Trajectory", the trajectory to be plotted.
If TRUE, draws a dot at the start point of the trajectory.
If random
or directed
, draws step turning
angles. directed
assumes errors are relative to the first recorded
step angle. random
assumes errors are relative to the previous step.
Additional arguments are passed to lines
.