Learn R Programming

DEPONS2R (version 1.2.6)

plot,DeponsTrack,missing-method: Plot a DeponsTrack object

Description

Plot the coordinates in a movement track simulated with DEPONS.

Usage

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

Value

No return value, called for side effects

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

Examples

Run this code
data(porpoisetrack)
data("porpoisetrack")
plot(porpoisetrack)

Run the code above in your browser using DataLab