Last data update: 2014.03.03

R: Plot
plot,Point.Transect,ANY-methodR Documentation

Plot

Description

Plots an S4 object of class 'Point.Transect'. Requires that the associated region has already been plotted. This function adds the transect lines.

Usage

## S4 method for signature 'Point.Transect,ANY'
plot(x, y, transect.ID = numeric(0), col = 1,
  ...)

Arguments

x

object of class Point.Transect

y

not used

transect.ID

allows individual or groups of transects to be added

col

colour of the lines

...

other general plot parameters e.g. lwd

Results