oce.axis.POSIXct {oce} | R Documentation |
Modified version of axis.POSIXct
oce.axis.POSIXct(side, x, at, format, labels = TRUE, draw.time.range=TRUE, ...)
side |
as for axis.POSIXct . |
x |
as for axis.POSIXct . |
at |
as for axis.POSIXct . |
format |
as for axis.POSIXct . |
labels |
as for axis.POSIXct . |
draw.time.range |
boolean, TRUE to draw a time range on the opposite side of the plot. |
... |
as for axis.POSIXct . |
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.
The locations on the axis scale at which tick marks were drawn.
Dan Kelley
axis.POSIXct
, from which this is derived.