[R] plot.POSIXct with axes FALSE

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Apr 8 11:08:40 CEST 2003


On Mon, 7 Apr 2003, Petr Pikal wrote:

> I have a question regarding POSIX class objects.

[...]

> Why axes = FALSE does not work in case of POSIX classes?

It is not a documented argument to plot.POSIXct!  Don't assume all plot 
methods take all the arguments of plot.default.

You should be using par(xaxt) and friends, as you found out.  Please do
read the documentation if you don't understand your errors.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list