themeXblank: Theme X blank

themeXblankR Documentation

Theme X blank

Description

Theme X blank

Usage

themeXblank(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank X axis.

Examples

library(ggplot2)

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

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