Skip to content
Prev 247465 / 398503 Next

xyplot: modify axis tick marks

Using lattice and the rainfall$Time series as proposed below by Dennis 
gives also a nice result:

rainfall$Time <- seq(from = as.Date('1993-01-01'), 
                                to      = as.Date('2007-12-01'), by = 'month')
xyplot(rainfall~Time,data=rainfall,type=c("g","p","l","smooth"))
On Sunday 16 January 2011 17:33:18 Dennis Murphy wrote: