lines | R Documentation |
Function for plotting a track from a Move object as lines
## S4 method for signature '.MoveTrackSingle'
lines(x,...)
## S4 method for signature '.MoveTrackStack'
lines(x,col=NA,...)
## S4 method for signature '.MoveTrackSingleBurst'
lines(x,col=NA,...)
x |
a |
col |
a vector of colors of the same length as the number of individual for a moveStack, or number of burst levels or of segments for a moveBurst object. If left empty the default 8 colors from R are used, which will be recycled if the object contains more individuals or burst levels (run |
... |
arguments to be passed on, e.g. |
Marco Smolla & Anne Scharf
points, plot
## add a track from a Move object to a plot
data(leroy)
data(leroydbbmm)
plot(leroydbbmm)
lines(spTransform(leroy, center=TRUE), col=3)
## plot the points and lines of a moveStack
data(fishers)
plot(fishers, type='p',pch=4)
lines(fishers, col=3:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.