Plots an S4 object of class 'Transect'
Usage
# S4 method for class 'Line.Transect,ANY'
plot(x, y, ...)
# S4 method for class 'Point.Transect,ANY'
plot(x, y, ...)
Arguments
- x
object of class transect
- y
not used
- ...
Additional arguments: add (TRUE/FALSE) whether to add to existing
plot, col colour, lwd line width (for line transects) and pch point symbols
(for point transects).