A shortcut to
which axis or axes to rotate, by default "both"
angle through which the text should be rotated. Can also be one of "startattop" or "startatbottom" to define where the text should start.
horizontal justification of the text before rotation
print longer equivalent ggplot2
expression?
theme(axis.text.x = element_text(angle, hjust))
library(ggplot2)
ggplot(mtcars, aes(mpg, hp)) +
geom_point() +
easy_rotate_labels()