timeaxis {rtv}R Documentation

Formatted Time Axis for Custom Plots

Description

This creates a formatted time axis for custom plots. This function calls both axis and timestring. Hence to understand how to call this function, refer to axis or timestring.

Usage

timeaxis (side, x, n=5, date=getOption ("rtv.plot.date"), ...)

Arguments

side Side of the axis. See axis, for more info.
x An rtv object.
n Number of ticks.
date Date or date-tod format.
... Arguments for timestring.

[Package rtv version 0.3.1 Index]