plot,DeponsTrack,missing-method {DEPONS2R}R Documentation

Plot a DeponsTrack object

Description

Plot the coordinates in a movement track simulated with DEPONS.

Usage

## S4 method for signature 'DeponsTrack,missing'
plot(x, y, trackToPlot = 1, add = FALSE, ...)

Arguments

x

DeponsTrack object

y

Not used

trackToPlot

Integer; indicates which track to plot if there is more than one track in the object. Defaults to 1

add

Logical, whether to add the track to an existing plot one animal was tracked during the simulation.

...

Optional plotting parameters

Value

No return value, called for side effects

Examples

data(porpoisetrack)
data("porpoisetrack")
plot(porpoisetrack)

[Package DEPONS2R version 1.2.2 Index]