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