plotTracks: "Plot tracks"

View source: R/plotTracks.R

plotTracksR Documentation

"Plot tracks"

Description

Plot tracks from an arcosTS object

Usage

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

## S3 method for class '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.

Details

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

Value

a ggplot2 object.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.