Plot tracks from an arcosTS object

plotTracks(obj, nmax = 20, ...)

# S3 method for arcosTS
plotTracks(obj, nmax = 20, ...)

Arguments

obj

an arcosTS object.

nmax

an integer, maximum number of tracks to sample; default 20.

...

parameters passed to ggplot2::geom_point.

Value

a ggplot2 object.

Details

Plot a random selection of tracks in 1 or 2D.

Examples

cat("no examples")
#> no examples