R/plotUMI4C.R
theme.Rd
Theme
theme(...)
Additional arguments to pass to the theme call from ggplot2.
ggplot2 theme.
library(ggplot2) #> #> Attaching package: ‘ggplot2’#> The following object is masked from ‘package:UMI4Cats’: #> #> theme ggplot( iris, aes(Sepal.Length, Sepal.Width) ) + geom_point() + theme()