Monday, 26 August 2013

strip text for individual plots ggplot2

strip text for individual plots ggplot2

I was trying to plot boxplot with scales="free_y" but I found out that it
is not possible in ggplot2.
So I used
library(gridExtra)
grid.arrange(boxplot1,boxplot2,boxplot3,ncol=3)
The results are very nice but is it possible to text the strips for
individual plots, similarly as done using facet_grid()?
I would appreciate any thoughts and suggestions.

No comments:

Post a Comment