Skip to content

Need help arranging the plot in different fashion than the default format

2 messages · Ghosh, Sandeep, Marc Schwartz

#
On Fri, 2005-04-22 at 16:19 -0500, Ghosh, Sandeep wrote:
I suspect you want:

 barchart(mean ~ month | year, data = testdata, horizontal = FALSE,
          layout=c(1,2)

Note the use of 'horizontal = FALSE'

HTH,

Marc Schwartz