Usage
plot.TS(x,
rho.levels = 6,
grid = FALSE,
col.grid = "lightgray",
rho1000 = FALSE,
col = par("col"),
col.rho = "darkgray",
cex.rho = 0.9*par("cex"),
cex = par("cex"),
pch = 21,
rotate.rho.labels = FALSE,
connect.points = FALSE,
xlab,
ylab,
...)Arguments
rho.levels
Either a list of density levels for which to draw
isopycnal lines, or a suggestion for the number of levels.
In the latter case, pretty() is used to select levels.
grid
a flag that can be set to TRUE to get a grid.
rho1000
if TRUE, label isopycnals as e.g. 1024; if FALSE, label as e.g. 24
col.rho
colour for isopycnal lines.
cex.rho
size of isopycnal labels.
cex
size of symbols on graph.
pch
code for symbols on graph.
rotate.rho.labels
if TRUE, labels in right-hand margin are written vertically
connect.points
if TRUE, the points are connected with line segments, in sequence
xlab
optional label for the x axis, with default "Salinity [PSU]".
ylab
optional label for the y axis, with default "Temperature [C]".
...
optional arguments passed to plotting functions.