Skip to content
Prev 168308 / 398502 Next

suppressing time shift in plot of POSIXct object?

Try:

Sys.setenv(TZ="EST")
plot(y ~ t, type = "l")

You can save TZ before you set it and then restore it.
On Mon, Jan 26, 2009 at 5:47 PM, Jim Porzak <jporzak at gmail.com> wrote: