Skip to content
Prev 362904 / 398498 Next

[FORGED] Lattice barchart legend with panel.barchart

Hi

Try this ...

barchart(Class~Freq|Sex + Age, Titan,
          groups=Survived,
          panel = titanpanel,
          stack=TRUE, layout=c(4,1),
          key=simpleKey(title="Survived", text=levels(Titan$Survived),
                        rectangles=TRUE, points=FALSE, columns=2))

Paul
On 28/07/16 09:02, Seth Bigelow wrote: