powered by
Function for plotting a recorded track from a Move object as lines
# S4 method for .MoveTrackSingle lines(x,...) # S4 method for .MoveTrackStack lines(x,col=NA,...) # S4 method for .MoveTrackSingleBurst lines(x,col=NA,...)
Move object
a vector of colors (same length as the number of individual for a stack or number of burst levels or segments for a burst object, or one)
arguments to be passed on, e.g. lty or lwd.
lty
lwd
points plot
points
plot
# NOT RUN { data(leroy) data(leroydbbmm) plot(leroydbbmm) lines(spTransform(leroy, center=TRUE), col=3) # add a track from a Move object to a plot # }
Run the code above in your browser using DataLab