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