oce.axis.POSIXct {oce} | R Documentation |
Modified version of axis.POSIXct
oce.axis.POSIXct(side, x, at, tformat, labels = TRUE, drawTimeRange=getOption("oceDrawTimeRange"), abbreviateTimeRange=FALSE, drawFrequency=FALSE, cex=par("cex"), cex.axis=par("cex.axis"), cex.main=par("cex.main"), mar=par("mar"), mgp=par("mgp"), main="", debug=getOption("oceDebug"), ...)
side |
as for |
x |
as for |
at |
as for |
tformat |
as |
labels |
as for |
drawTimeRange |
boolean, |
drawFrequency |
boolean, |
abbreviateTimeRange |
boolean, |
cex |
size of labels on axes; see |
cex.axis |
see |
cex.main |
see |
mar |
value for |
mgp |
value for |
main |
title of plot |
debug |
a flag that turns on debugging. Set to 1 to get a moderate amount of debugging information, or to 2 to get more. |
... |
as for |
As axis.POSIXct
but with axis labels obeying the
timezone of x
. This will not be needed for R 2.9 and later,
but is included so that oce
will work even with earlier versions.
A vector of times corresponding to axis ticks is returned silently.
Dan Kelley
This is used mainly by oce.plot.ts
.