themeXYblank {UMI4Cats}R Documentation

Theme Y blank

Description

Theme Y blank

Usage

themeXYblank(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank X and Y axis.

Examples

library(ggplot2)

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

[Package UMI4Cats version 1.2.1 Index]