Skip to content
Prev 52041 / 398500 Next

Vertical text in plot

On Fri, 2004-07-02 at 12:45, Wolski wrote:
Hi Eryk!

Try using 'srt' instead of 'las', which is for the axis labels.

For example:

text(quantile(resS2$dif, 0.005), 5, "0.5% FP rate", 
     pos = 2, cex = 0.6, srt = 90)

See ?par for more information.

HTH,

Marc Schwartz