theme_dim_red: Theme for DimPlot

Description Usage Value Examples

Description

For dimensionality reduction plots, use a minimalistic theme without any borders, grids or axis.

Usage

1
theme_dim_red(aes_param, color_fill)

Value

a list containing the theme setting that can be directory concatenated with ggplot object

Examples

1
2
3
ggplot (x, aes (x, y) ) +
geom_point () +
theme_dim_red ()

Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.