ctd {oce} | R Documentation |
A CTD profile measured in Halifax Harbour in 2003, based on
ctdRaw
, but trimmed to just the downcast with
ctdTrim
, using indices inferred by inspection of the results
from plotScan
.
data(ctd)
This station was sampled by students enrolled in the Dan Kelley's Physical Oceanography class at Dalhousie University.
The documentation for ctd-class
explains the structure
of ctd
objects, and also outlines the other functions dealing with
them.
## Not run: library(oce) data(ctd) plot(ctd) ## End(Not run)