Learn R Programming

oce (version 0.9-18)

plot.bremen: Plot a bremen object

Description

Plot a bremen object

Usage

## S3 method for class 'bremen':
plot(x, type, \dots)

Arguments

x
A bremen object, e.g. as read by read.bremen.
type
Optional string indicating the type to which x should be coerced before ploting. The choices are ctd and ladp.
...
Other arguments, passed to plotting functions.

Details

If x seems to be a CTD dataset, uses plot.ctd; otherwise, x is assumed to be a lowered-adp object, and a two-panel plot is created with plot.ladp to show velocity varation with pressure.