plot.ctd: Plot seawater (CTD) data
Description
Plot a summary diagram for CTD data.Usage
## S3 method for class 'ctd':
plot(x,ref.lat=NaN, ref.lon=NaN, grid=TRUE, col.grid="lightgray", \dots)
Arguments
ref.lat
Latitude of reference point for distance calculation
ref.lon
Longitude of reference point for distance calculation
grid
Set TRUE to get a grid on all plots.
col.grid
The color of the grid.
...
optional arguments passed to plotting functions. A common example is to set df, for use in sw.N2 calculations. Details
Creates a four-panel summary plot of data measured in a CTD cast.
One panel contains profiles of temperature and salinity, another contains
profiles of density and the square of buoyancy frequency, and a third contains a TS diagram. The fourth panel provides information about the cast.Examples
Run this codelibrary(oce)
data(ctd)
plot(ctd)
Run the code above in your browser using DataLab