[R] Tick label orientation

Dieter Menne dieter.menne at menne-biomed.de
Thu Apr 2 09:29:34 CEST 2009




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.




More information about the R-help mailing list