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(
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,
2 matches
Mail list logo