plot_track | R Documentation |
Plot a track or series of tracks
plot_track(
x,
X = NULL,
title = "Particle Track",
filename = c(NA, "particle_track.png")[1],
ext = x,
legend_pos = c("none", "topleft")[2],
...
)
x |
sf POINT tibble. If it has a 'track' variable (column) then each is plotted |
X |
NE_Physics object |
title |
character plot title |
filename |
character or NA, optional output file as PNG |
ext |
object that defines plot extent, by default |
legend_pos |
character, location of legend, see |
... |
other arguments for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.