I had hoped that
plot(c(0,24),c(0,-6),xlab="Time",ylab="Day",
type="n", main="This Week",axes=FALSE)
axis(2,at=0:(-6), labels =
c("Sun","Mon","Tues","Wed","Thurs","Fri","Sat"),hadj=TRUE)
axis(1,at=seq(0,24,4))
would give me horizontal tick labels.
It doesn't. What would?
Murray
--
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of Statistics, University of Waikato, Hamilton, New Zealand
Email: [email protected] Fax 7 838 4155
Phone +64 7 838 4773 wk Home +64 7 825 0441 Mobile 021 0200 8350
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.