RE: [R] Changing Tick Marks for Date Plots

2003-09-09 Thread Heywood, Giles
ent, the plot method for 'its' class does not pass the 'at' parameter through to axis.POSIXct. It could, and probably will, in the next version. You could easily do the fix. Giles > -Original Message- > From: Sean Carmody [mailto:[EMAIL PROTECTED] > Sent: 09

[R] Changing Tick Marks for Date Plots

2003-09-09 Thread Sean Carmody
I have been experimenting with various approaches to plotting (irregular) time-series with reasonable success. One thing I have been able to do is change the number of tick marks on the axis. Consider the following simple example: > x <- as.data.frame(matrix(ncol=2,nrow=500)) > names(x) <- c("date