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: maj at waikato.ac.nz Fax 7 838 4155
Phone +64 7 838 4773 wk Home +64 7 825 0441 Mobile 021 0200 8350
Murray Jorgensen wrote:> > 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 >Add las=1 Dieter -- View this message in context: http://www.nabble.com/Tick-label-orientation-tp22841664p22842400.html Sent from the R help mailing list archive at Nabble.com.