Displaying 1 result from an estimated 1 matches for "353017".
Did you mean:
33017
2010 Feb 22
1
tickmarks with time in dotplots
Hi,
I'm drawing lattice dotplots with time along the x-axis as in:
C <-data.frame(c("A", "B"),Sys.time()+ rnorm(50)*3600)
names(C) <- c("Name", "Time")
dotplot(Name ~ Time, data = C, horizontal = TRUE)
On my display, the x-axis shows tick marks every two hours. I would like to show something more frequent; at least every hour, possibly more