x_angle | R Documentation |
Set x axis labels at any angle
x_angle(x = 30)
x |
angle in degrees |
require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=manufacturer,y=hwy)) + geom_boxplot() + x_angle(45)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.