## S3 method for class 'topo':
plot(x,
water.z, water.col, water.lty, water.lwd,
land.z, land.col, land.lty, land.lwd,
legend.loc="topright", \dots)
topo
object, e.g. as read by read.topo
.water.z
values. If
not provided, these will be "fill"
colors from
gebco.colors
.land.z
values. If
not provided, these will be "fill"
colors from
gebco.colors
. The line properties, such as land.lwd
, may either be a single
item, or a vector; in the latter case, the length must match the
length of the corresponding properties, e.g. land.z
.
read.topo
and
summarized with summary.topo
.library(oce)
data(topo.maritimes)
plot(topo.maritimes)
Run the code above in your browser using DataLab