powered by
label_both(variable, value)
label_bquote
label_parsed
label_value
p <- qplot(wt, mpg, data = mtcars) p + facet_grid(. ~ cyl) p + facet_grid(. ~ cyl, labeller = label_both)
Run the code above in your browser using DataLab