Description Usage Arguments Examples
View source: R/vis-rotate-x-labs.R
A convenience function to quickly rotate x-axis labels
1 | rotate_x_labs(angle = 90, hjust = 1, vjust = 0.5, ...)
|
angle |
Angle of text rotation (default = 90) |
hjust |
Horizontal text justification (default = 1) |
vjust |
Vertical text justification (default = 0.5) |
... |
Further arguments passed to |
1 2 3 4 | mtcars %>%
ggplot(aes(wt, disp))+
geom_point()+
rotate_x_labs()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.