Re: [R] barplot border width

2007-09-13 Thread Marc Schwartz
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

Re: [R] barplot border width

2007-09-13 Thread Uwe Ligges
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

[R] barplot border width

2007-09-12 Thread John Lande
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