Re: [R] reverse orientation of text in plot margins

2008-08-13 Thread Patrick Connolly
On Wed, 13-Aug-2008 at 06:32PM +0200, Karel Van den Meersche wrote: |> |> Dear R users, |> |> I am trying to reverse the orientation of axis labels and title in |> the right margin of a plot, so that they read from top to bottom. I |> know that this can be done using text() as follows: |> par(

[R] reverse orientation of text in plot margins

2008-08-13 Thread Karel Van den Meersche
Dear R users, I am trying to reverse the orientation of axis labels and title in the right margin of a plot, so that they read from top to bottom. I know that this can be done using text() as follows: par(mar=c(5,4,4,4)+.1) plot(1:4,las=0) par(new=T) y <- rnorm(4) plot(y,axes=FALSE,ann=FALSE,