Description
Default method for plotting tracks
Usage
# S3 method for track
plot(x, pch = 19, col = rgb(0, 0, 0, 0.2), ...)
Arguments
x
object of class "track" to plot
pch
default point style: filled circle
col
default color: transparent grey
...
other arguments to pass to plot
Examples
Run this code# NOT RUN {
data(Simp)
is(Simp)
plot(Simp)
# }
Run the code above in your browser using DataLab