"plot"(x, dims = c("x", "y"), add = F, col = order(names(x)), pch.start = 1, pch.end = NULL, cex = 0.5, ...)
c('x','y')
for the $x$ and $y$ dimension.length(x)
, where each entry specififes the color for the
corresponding track.points
).dims
and the axes can be labeled accordingly with the aid
of xlab
and ylab
. The color can be set through col
.
If the tracks should be added to an existing plot, add
is to be set
to TRUE
.
plot3d