[R] rotation of names.arg

Andrew C. Ward andreww at cheque.uq.edu.au
Fri Apr 25 14:33:07 CEST 2003


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


> Hallo everybody,
>
> is there a possibility to rotate the strings given with names.arg in a
plot?
>
> andreas
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help



More information about the R-help mailing list