search for: dialang

Displaying 1 result from an estimated 1 matches for "dialang".

2011 Feb 25
1
question about "srt" argument in text() plotting function
...code snippet shows, so it's not a major problem. I was justa little surprised that this argument (srt) differs from things like "labels," "lty," "col," and so on, all of which accept (and recycle as needed IIRC) vectors. Carl ******* code follows ******* dialang<-seq(pi/3,-pi*3/2,by=-pi/6) d2<-as.character(seq(1,12)) # or roll your own hour tags plot(c(-1.2,1.2),c(-1.2,1.2),t='n',xlab='',ylab='', xaxt='n',yaxt='n' ) #trying a rotation w/ srt() # srt apparently can't handle a vect...