Skip to content
Prev 201053 / 398503 Next

How to put x-axis labels vertically?

On 11/21/2009 10:15 AM, Peng Yu wrote:
Hi Peng,
Two ways:

par(las=2) # make the labels perpendicular to the axis

OR

par(las=3) # make the labels vertical

Note that these will have different effects on your y axis labels.

Jim