
Last chance! 50% off unlimited learning
Sale ends in
bquote
for details on the syntax of the
argument. The label value is x.label_bquote(expr = beta^.(x))
plotmath
Other facet labellers: label_both
,
label_parsed
, label_value
p <- qplot(wt, mpg, data = mtcars)
p + facet_grid(. ~ vs, labeller = label_bquote(alpha ^ .(x)))
p + facet_grid(. ~ vs, labeller = label_bquote(.(x) ^ .(x)))
Run the code above in your browser using DataLab