lines.Trajectory | R Documentation |
The lines
method for Trajectory objects.
## S3 method for class 'Trajectory'
lines(
x,
draw.start.pt = TRUE,
start.pt.cex = 0.8,
start.pt.pch = 16,
start.pt.col = "black",
turning.angles = NULL,
...
)
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. |
start.pt.cex |
Scale to apply when drawing the start point dot. |
start.pt.pch |
Pch (i.e. plot character, symbol or shape) to apply when drawing the start point dot. |
start.pt.col |
Colour to apply when drawing the start point dot. |
turning.angles |
If |
... |
Additional arguments are passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.