Theme

theme(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme.

Examples

#> #> Attaching package: ‘ggplot2’
#> The following object is masked from ‘package:UMI4Cats’: #> #> theme
ggplot( iris, aes(Sepal.Length, Sepal.Width) ) + geom_point() + theme()