Posts by Rafael Arruda • 51 points
1 post
-
5
votes1
answer144
viewsQ: Italics in dashboard headings in facet_wrap()
I’m having trouble formatting species names in italics in the title of the panels with the argument facet_wrap in the ggplot2. Following example: library(ggplot2) ggplot(mpg, aes(x=displ, y=hwy)) +…