plot.track {bcpa} | R Documentation |
Default method for plotting tracks
## S3 method for class 'track' plot(x, pch = 19, col = rgb(0, 0, 0, 0.2), ...)
x |
object of class "track" to plot |
pch |
default point style (filled circle) |
col |
default color (transluscent grey) |
... |
other arguments to pass to |
data(Simp) is(Simp) plot(Simp)