Constant bar width in a barplot array in R
问题 I am trying to make a (1 row, 3 column) array of barplots that all have the same bar width . All three bar plots have a different number of observations and hence the width of the bars end up different for each plot (i.e. plot with the most observations has the narrowest bars and the plot with the fewest observations has the widest bars). I understand from the barplot {graphics} R documentation that, "Specifying a single value will have no visible effect unless xlim is specified" However, my