Plot a bremen object. If the first argument seems to be a CTD dataset, this uses plot,ctd-method(); otherwise, that argument is assumed to be a ladp object, and a two-panel plot is created with plot,ladp-method() to show velocity variation with pressure.

# S4 method for bremen
plot(x, type, ...)

Arguments

x

a bremen object.

type

Optional string indicating the type to which x should be coerced before plotting. The choices are ctd and ladp.

...

Other arguments, passed to plotting functions.

Author

Dan Kelley