Description Usage Arguments Examples
Rotates x-axis labels on a ggplot.
1 | rotate_labels(angle = 45)
|
angle |
Angle to rotate the labels. Defaults to 45. |
1 2 | p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p + rotate_labels()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.