Hi Simone, Yes. Take a look at the las argument in ?par. Here is an example with barplot:
barplot(table(factor(x,levels=1:5)),names.arg=c('First','Second','Third','Forth','Fifth'),las=2) HTH, Jorge On Sun, Nov 30, 2008 at 5:33 AM, Simone Gabbriellini < [EMAIL PROTECTED]> wrote: > Dear List, > > is it possible to plot vertical labels under vertical bars? for vertical > labels I mean to rotate 90 degrees horizontal labels > > I suppose yes, because if excel can do this, R should do it twice better... > > thank you, > Simone > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.