R/theme.R
theme_mmviz.Rd
Return the plotting theme and palette used by MMV
theme_mmviz(mode = c("thisplot", "builtin"))
Theme mode, thisplot or builtin.
thisplot
builtin
A list with mode, palette, and gg_theme.
mode
palette
gg_theme
theme <- theme_mmviz("builtin") names(theme) #> [1] "mode" "palette" "gg_theme"