> > ggopt(strip.text = function(variable, value) paste(variable, value, sep="= > ")) > > That's exactly what I was looking for - thanks.
One thing that I should mention is that this is likely to change at some point in the future. Eventually it will become: + facet_grid(strip.text = function(variable, value) paste(variable, value, sep=" ")) but that's probably a few versions down the line. Hadley -- http://had.co.nz/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.