themeXYblank: Theme Y blank

Description Usage Arguments Value Examples

Description

Theme Y blank

Usage

1

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank X and Y axis.

Examples

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

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

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