[R] Vertical text in plot

2004-07-02 Thread Wolski
Hallo! Would like to add vertical text labels to a histogram. Was trying with las but without sucess. I am using the standard histogram. This is what I was trying. hist(resS2$sam,breaks=seq(0,1,0.01),col=3,border=0,freq=F,add=T,xlim=c(0,1)) text(quantile(resS2$dif,0.005),5, 0.5% FP rate

Re: [R] Vertical text in plot

2004-07-02 Thread Marc Schwartz
On Fri, 2004-07-02 at 12:45, Wolski wrote: Hallo! Would like to add vertical text labels to a histogram. Was trying with las but without sucess. I am using the standard histogram. This is what I was trying. hist(resS2$sam,breaks=seq(0,1,0.01),col=3,border=0,freq=F,add=T,xlim=c(0,1))

Re: [R] Vertical text in plot

2004-07-02 Thread Wolski
Hi Mark! Just wonderfull. Was searching in the par documention file for vertical, angle, horizontal. The word rotation was out of my mind. Thanks a lot. Eryk *** REPLY SEPARATOR *** On 7/2/2004 at 12:52 PM Marc Schwartz wrote: On Fri, 2004-07-02 at 12:45, Wolski wrote: