Skip to content
Prev 31468 / 398506 Next

ylab in plot.POSIXct

Ed Kademan wrote:
In this case, you can ignore that warning message (it's a warning, not
an error).
axis.POSIXct() is not a method, because axis() is not a generic function
(and hence not able to dispatch for POSIXct objects).
Calling axis.POSIXct() explicitly is a not a bad idea in this case.

Uwe Ligges