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()

Arguments

angle

Numeric value. Denotes the angle with which the labels are to be rotated.

Value

gg object that can be added to ggplots via the +-operator