rotate_labels: Rotate x-axis labels

Description Usage Arguments Examples

Description

Rotates x-axis labels on a ggplot.

Usage

1
rotate_labels(angle = 45)

Arguments

angle

Angle to rotate the labels. Defaults to 45.

Examples

1
2
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p + rotate_labels()

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.