[R] Width of bars in barplot2

2006-03-01 Thread Jamieson Cobleigh
I'm using barplot2 to plot some data. Is there any way to determine the width of the bars in the generated plot? I know that barplot2 returns a list of the coordinates of the center of each bar, but since there is some white space between each bar, I don't know how to get the width of each bar.

Re: [R] Width of bars in barplot2

2006-03-01 Thread Marc Schwartz (via MN)
On Wed, 2006-03-01 at 12:01 -0500, Jamieson Cobleigh wrote: I'm using barplot2 to plot some data. Is there any way to determine the width of the bars in the generated plot? I know that barplot2 returns a list of the coordinates of the center of each bar, but since there is some white space

Re: [R] Width of bars in barplot2

2006-03-01 Thread Jamieson Cobleigh
Thanks. That was all I needed. Jamie On 3/1/06, Marc Schwartz (via MN) [EMAIL PROTECTED] wrote: Unless you have modified the 'width' argument, the default width is 1. Thus the sides of the bars are the centers +/- 0.5. If you modified the width argument, then the widths are set to the