plot,DeponsTrack,missing-method | R Documentation |
Plot the coordinates in a movement track simulated with DEPONS.
## S4 method for signature 'DeponsTrack,missing'
plot(x, y, trackToPlot = 1, add = FALSE, ...)
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 |
No return value, called for side effects
data(porpoisetrack)
data("porpoisetrack")
plot(porpoisetrack)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.