
plotScan(x, name = "scan", adorn=NULL, mgp=getOption("oceMgp"), ...)
cdt
object, e.g. as read by read.ctd
.par(mgp)
, and
also for par(mar)
, computed from this. The default is
tighter than the R default, in order to use more space for the data
and less for the axes.ctd
data as time-series against the scan number,
as an aide to trimming to downcasts, etc.summary.ctd
summarizes a ctd
object
plot.ctd
plot summary diagram of ctd
object.
read.ctd
scans ctd
object from a file.library(oce)
data(ctd)
plotScan(ctd)
# demonstrate adding elements to plots, e.g. to narrow
# down on good start end points
plotScan(ctd, adorn="abline(v=240,col='red')")
Run the code above in your browser using DataLab