[R] To big characters in barplot

David Barron mothsailor at googlemail.com
Tue Oct 24 11:15:36 CEST 2006


Use the option cex.names.  For example:

> tN <- table(Ni <- rpois(100, lambda=5))
> barplot(tN, col=rainbow(20))
> barplot(tN, col=rainbow(20), cex.names=.6)




On 24/10/06, David Graf <davidcamino at gmx.ch> wrote:
> Hi everybody!
>
> The characters under the bars in my barplot are to big, so I can't see them all. How can I make them smaller?
>
> Thanks!
> David GRaf
> --
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>


-- 
=================================
David Barron
Said Business School
University of Oxford
Park End Street
Oxford OX1 1HP



More information about the R-help mailing list