oce.axis.POSIXct {oce}R Documentation

Modified version of axis.POSIXct

Description

Modified version of axis.POSIXct

Usage

oce.axis.POSIXct(side, x, at, format, labels = TRUE, draw.time.range=TRUE, ...)

Arguments

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.

Details

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.

Value

The locations on the axis scale at which tick marks were drawn.

Author(s)

Dan Kelley

See Also

axis.POSIXct, from which this is derived.


[Package oce version 0.1-80 Index]