How to set expressions as axis text of facets in ggplot2?
问题 I am trying to set expressions as x-axis text in facet environment in ggplot2 with unequal length of labels. For example: dat <- structure(list(Species = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L), .Label = c("A", "B"), class = "factor"), Individual = structure(c(1L, 2L, 3L, 5L, 1L, 2L, 3L, 4L, 5L), .Label = c("1", "2", "3", "4", "expression(bar(\"x\"))"), class = "factor"), mean = c(45, 32, 100, 59, 65, 110, 87, 93, 88.75), min = c(34, 20, 89, 47.66666667, 54, 100, 67, 85, 76.5), max =