Skip to content
Back to formatted view

Raw Message

Message-ID: <008c01c30b26$d68fffd0$6ce86682@hansw>
Date: 2003-04-25T12:33:07Z
From: Andrew C. Ward
Subject: 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


> 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