theme: Theme

themeR Documentation

Theme

Description

Theme

Usage

theme(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme.

Examples

library(ggplot2)

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

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