lines: Plotting a track as lines

Description Usage Arguments Author(s) See Also Examples

Description

Function for plotting a recorded track from a Move object as lines

Usage

1
2
3
4
5
6
  ## 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,...)

Arguments

x

Move object

col

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.

Author(s)

Marco Smolla

See Also

points plot

Examples

1
2
3
4
data(leroy)
data(leroydbbmm)
plot(leroydbbmm)
lines(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.