points: Plotting the points of a track

Description Usage Arguments Author(s) See Also Examples

Description

Function for plotting a recorded track from a Move object as points.

Usage

1
2
3
4
5
6
## S4 method for signature '.MoveTrackSingle'
points(x,...)
## S4 method for signature '.MoveTrackStack'
points(x,col=NA,...)
## S4 method for signature '.MoveTrackSingleBurst'
points(x,...)

Arguments

x

Move or a DBBMM object

col

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.

Author(s)

Marco Smolla

See Also

plot lines

Examples

1
2
3
4
data(leroydbbmm)
data(leroy)
plot(leroydbbmm)
points(spTransform(leroy, center=TRUE), col=3) # add a track from a Move object to a plot

move documentation built on Jan. 16, 2017, 2:22 a.m.