Skip to content
Prev 98626 / 398500 Next

tick.number for date in xyplot

Try this:


xyplot(runif(365)~I(as.Date("1999-01-01") + 1:365),
      scales=list(x=list(at=seq(as.Date('1999-1-1'), length=12, by='1
month'), labels=NULL)))
On 8/25/06, Benjamin Tyner <btyner at stat.purdue.edu> wrote: