plt_flip_y_title: ggplot2: Flip y axis title

plt_flip_y_titleR Documentation

ggplot2: Flip y axis title

Description

The y axis title with a horizontal rotation.

Usage

plt_flip_y_title

Format

An object of class theme (inherits from gg) of length 1.

Value

A ggplot2 object.

Examples

library(ggplot2)

plot <-
  ggplot(mtcars,aes(hp,drat))+
  geom_point()

plot

plot + plt_flip_y_title


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.