[R] How to rotate axis labels? 2009

2009-03-26 Thread Jonas Stein
Hi, while searching for a solution i found many solutions in the internet. But the postings seemed to be many years old and the workaround was a dirty hack like this: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-create-rotated-axis-labels_003f Now its the year 2009 and there might

Re: [R] How to rotate axis labels? 2009

2009-03-26 Thread Uwe Ligges
Jonas Stein wrote: Hi, while searching for a solution i found many solutions in the internet. But the postings seemed to be many years old and the workaround was a dirty hack like this: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-create-rotated-axis-labels_003f Now its the year

Re: [R] How to rotate axis labels? 2009

2009-03-26 Thread Usuario R
Hi, What you want is done with argument srt of par function. See ?par and then look for srt argument. Regards 2009/3/26 Jonas Stein n...@jonasstein.de Hi, while searching for a solution i found many solutions in the internet. But the postings seemed to be many years old and the workaround

Re: [R] How to rotate axis labels? 2009

2009-03-26 Thread Ben Bolker
Usuario R r.user.spain at gmail.com writes: Hi, What you want is done with argument srt of par function. See ?par and then look for srt argument. Regards To clarify: if you just want labels rotated parallel/perpendicular to axes, then par(las) will do everything you need. If you