themeXblank: Theme X blank

Description Usage Arguments Value Examples

Description

Theme X blank

Usage

1

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank X axis.

Examples

1
2
3
4
5
6
7
8
library(ggplot2)

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

UMI4Cats documentation built on Dec. 31, 2020, 2:01 a.m.