[R] barplot border width
Uwe Ligges
ligges at statistik.uni-dortmund.de
Thu Sep 13 10:55:36 CEST 2007
Here we go:
barplot(1)
par(lwd=2)
barplot(1)
Uwe Ligges
John Lande wrote:
> I need to increase the width of the border in a barplot, i checked both
> barplot, and barplot2, but cant find how to do it. how can I do?
>
>
> thank you
>
>
> john
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list