powered by
Function for plotting a recorded track from a Move object as points.
# S4 method for .MoveTrackSingle points(x,...) # S4 method for .MoveTrackStack points(x,col=NA,...) # S4 method for .MoveTrackSingleBurst points(x,...)
Move or a DBBMM object
a vector of colors (same length as the number of objects)
arguments to be passed on, e.g. col for color, or add to add the points to a plot.
col
add
plot lines
plot
lines
# NOT RUN { data(leroydbbmm) data(leroy) plot(leroydbbmm) points(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