Learn R Programming

oce (version 0.1-80)

oce.axis.POSIXct: 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.

Value

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

Details

As axis.POSIXct but with axis labels obeying the timezone of x. This will not be needed for R2.9 and later, but is included so that oce will work even with earlier versions.

See Also

axis.POSIXct, from which this is derived.