I\'m trying to override the text in some ggplot strips to incorporate Greek characters. Here\'s some sample data, and the base for the plot.
dfr <- data.
Try this:
p + facet_grid(fy ~ fx, labeller = label_parsed)