Skip to content

ylab in plot.POSIXct

1 message · Uwe Ligges

#
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