View source: R/ggplot2-helper.R
labelsXrotate | R Documentation |
Allows to rotate the labels of the x-/y-axis of ggplot2 plots. Useful in case of overlap.
labelsXrotate(angle = 90) labelsYrotate(angle = 90) labelsXremove() labelsYremove()
angle |
Numeric value. Denotes the angle with which the labels are to be rotated. |
gg object that can be added to ggplots via the +
-operator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.