ggplot2: Flip y axis title
plt_flip_y_title.Rd
The y axis title with a horizontal rotation.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_flip_y_title
plt_flip_y_title.Rd
The y axis title with a horizontal rotation.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_flip_y_title