plt_flip_y_title | R Documentation |
The y axis title with a horizontal rotation.
plt_flip_y_title
An object of class theme
(inherits from gg
) of length 1.
A ggplot2 object.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_flip_y_title
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.