Skip to content
Prev 387238 / 398502 Next

xyplot.zoo trouble with the index when I use microseconds (type POSIXct)

Also, it might be better to simply use seconds as the time. In that
case both plot and xyplot run without error.

 time(DF.w) <- as.POSIXlt(time(DF.w))$sec
 # now run plot or xyplot as before

On Mon, Feb 22, 2021 at 11:56 AM Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: