Learn R Programming

dssd (version 1.0.0)

plot,Line.Transect,ANY-method: Plot

Description

Plots an S4 object of class 'Transect'

Usage

# S4 method for Line.Transect,ANY
plot(x, y, ...)

# S4 method for 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).