search for: pocertage

Displaying 1 result from an estimated 1 matches for "pocertage".

2012 May 01
1
error bars for a barchart
...; } ) I have tried using the panel.errbars from the memisc package which works great for xyplots, but when I add it to my code it does not respect the groups. library(memisc) barchart(cbind(Change,lower,upper)~fTreat,groups=Process,change, ylab="Pocertage change", ylim=-115:50, scales=list(alternating=FALSE, tick.number=7, tck=c(-1,0)), panel=function(x, y,groups,...){ panel.barchart(x,y=change$Change,groups=change$Process,origin = 0,...); panel.abline(h=...