Skip to content
Prev 42852 / 398506 Next

Using dates for plotting

On Fri, 16 Jan 2004, Christoph Lange wrote:

            
Yes.  ?plot.POSIXct has examples like

     plot(.leap.seconds, 1:22, type="n", yaxt="n",
          xlab="leap seconds", ylab="", bty="n")
     rug(.leap.seconds)

What could be easier?  If you want only the data dates labelled, use
axis.POSIXct.