Re: [R] two panel figure using barplot2

2011-06-23 Thread Marc Schwartz
On Jun 23, 2011, at 1:19 PM, Adrienne Keller wrote: > I am trying to make a two panel figure using barplot2 in gplots. When I use > par(mfrow=c(1,2)), two panels are created but both barplots are overlaid on > top of one another in the first panel and the second panel is left blank. Am > I run

[R] two panel figure using barplot2

2011-06-23 Thread Adrienne Keller
I am trying to make a two panel figure using barplot2 in gplots. When I use par(mfrow=c(1,2)), two panels are created but both barplots are overlaid on top of one another in the first panel and the second panel is left blank. Am I running into problems because I of some complexities of gpl