themeYblank: Theme Y blank

themeYblankR Documentation

Theme Y blank

Description

Theme Y blank

Usage

themeYblank(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank Y axis.

Examples

library(ggplot2)

ggplot(
    iris,
    aes(Sepal.Length, Sepal.Width)
) +
    geom_point() +
    themeYblank()

Pasquali-lab/UMI4Cats documentation built on March 23, 2024, 9:42 p.m.