Description Usage Arguments Author(s) See Also Examples
Function for plotting a recorded track from a Move object as lines
1 2 3 4 5 6 |
x |
Move object |
col |
a vector of colors (same length as the number of individual for a stack or number of burst levels or segments for a burst object, or one) |
... |
arguments to be passed on, e.g. |
Marco Smolla
1 2 3 4 | data(leroy)
data(leroydbbmm)
plot(leroydbbmm)
lines(spTransform(leroy, center=TRUE), col=3) # add a track from a Move object to a plot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.