Skip to content
Prev 276691 / 398506 Next

ggplot2 reorder factors for faceting

Hi, Iain-



You might want to have a look at 

?relevel



i.e.? plotData$infection<-relevel(plotData$infection, ref = 'InfC')



Ken
On 11/08/11, Iain Gallagher wrote: