y_angle: Set y axis labels at any angle

View source: R/y_angle.R

y_angleR Documentation

Set y axis labels at any angle

Description

Set y axis labels at any angle

Usage

y_angle(y = 30)

Arguments

y

angle in degrees

Examples

require(ggplot2)
mpg |> ggplot2::ggplot(aes(x=hwy,y=manufacturer)) + geom_boxplot() + y_angle(45)

bansell/tidyExt documentation built on July 12, 2024, 12:58 p.m.