plot,Line.Transect,ANY-method {dssd} | R Documentation |
Plot
Description
Plots an S4 object of class 'Transect'
Usage
## S4 method for signature 'Line.Transect,ANY'
plot(x, y, ...)
## S4 method for signature '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). |
[Package dssd version 1.0.2 Index]