plotTD(time, depth, concurVars=NULL, xlim=NULL, depth.lim=NULL,
xlab="time (dd-mmm hh:mm)", ylab.depth="depth (m)",
concurVarTitles=deparse(substitute(concurVars)),
xlab.format="%d-%b %H:%M", sunrise.time="06:00:00",
sunset.time="18:00:00", night.col="gray60", phase.factor=NULL,
interact=TRUE, key=TRUE, cex.pts=0.4, ...)POSIXct object with date and time.POSIXct or numeric vector of length 2, with lower
and upper limits of time to be plotted.strptime.points to set the relative size
of points to plot (if any).par; useful defaults
las=1, bty="n", and mar (the latter depending
on whether additional concurrent data will be plotted) are provided,
butlocator.calibrateDepth.calibrateDepth, and plotTDR.data(divesTDR)
## Use interact=TRUE (default) to set the offset interactively
plotTD(getTime(divesTDR), getDepth(divesTDR), interact=FALSE)Run the code above in your browser using DataLab