Skip to content
Prev 30924 / 398506 Next

Generating axes with "Sun Apr 20 22:45:27 PDT 2003" timecoordinates.

John Jaynes wrote:
I guess you are looking for:

  plot(X, Y, type = "l", xaxt = "n")
  axis.POSIXct(1, X, at=X, format="%a %b %d %H:%M:%S %Z %Y")

Uwe Ligges