plotTracks | R Documentation |
Plot tracks from an arcosTS object
plotTracks(obj, nmax = 20, ...)
## S3 method for class 'arcosTS'
plotTracks(obj, nmax = 20, ...)
obj |
an arcosTS object. |
nmax |
an integer, maximum number of tracks to sample; default 20. |
... |
parameters passed to ggplot2::geom_point. |
Plot a random selection of tracks in 1 or 2D.
a ggplot2 object.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.