Hello,
I would like to display trellis style of barcharts. Each panel has a barchart of some measure M for different branches faceted by countries. Each panel in my trellis display
is a year x season. I have 3 years (three rows) and 3 seasons (3 columns) and within each the barchart described above.
In latttice (R) it would be like
barchart( M ~ countries| year*season,groups=branch, data=...)
"Specifications inside layer cannot use row and column channels as layering facet specifications is not allowed."
So how would i go about creating this display?
Cheers
Saptarshi