plot_track | R Documentation |
Default method for plotting tracks
plot_track(
track,
pch = 19,
col = rgb(0, 0, 0, 0.2),
cex = NULL,
type = NULL,
...
)
track |
a two-column matrix matrix or a complex location vector. |
pch |
default point style (filled circle) |
col |
default color (transluscent grey) |
cex |
character expansion |
type |
type of the plot |
... |
other arguments to pass to |
library(smoove)
data(Kestrel)
plot_track(Kestrel[,c('X','Y')])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.