Skip to content
Prev 32251 / 398506 Next

plot POSIX class and identify

Petr Pikal wrote:
Hmmm. There is not method plot.POSIX, but there are plot.POSIXct and 
plot.POSIXlt.
identify() works as expected, just use it. You need to convert POSIXlt 
objects to POSIXct objects before.

Uwe Ligges