Skip to content
Prev 31191 / 398506 Next

rotation of names.arg

Andreas, if I want rotated text I simply use the text() command after I've
done
the plot. For instance

   plot(1:10, 1:10)
   par(srt=45)
   text(5, 6, "I feel strange")
   par(srt=0)
   text(5, 4, "Well, I'm fine")

Regards,

Andrew C. Ward

CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au

----- Original Message ----- 
From: "Andreas Knaust" <aknaust at hygiene.uni-wuerzburg.de>
To: <r-help at stat.math.ethz.ch>
Sent: Friday, April 25, 2003 10:26 PM
Subject: [R] rotation of names.arg
plot?