Description Usage Value Examples
For dimensionality reduction plots, use a minimalistic theme without any borders, grids or axis.
1 | theme_dim_red(aes_param, color_fill)
|
a list containing the theme setting that can be directory concatenated with ggplot object
1 2 3 | ggplot (x, aes (x, y) ) +
geom_point () +
theme_dim_red ()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.