On Wed, 2007-09-12 at 21:43 +0200, 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?
If you are referring to the borders of the bars themselves, you can
adjust par("lwd") prior to calling b
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 del
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@r-project.org mailing list
https://stat.et
3 matches
Mail list logo