powered by
Add a new theme
add_colorDF_theme(theme, id, description = NULL)
invisibly the new theme.
a list containing style definitions
an identifier (name) for the theme
Description of th theme
newtheme <- get_colorDF_theme("bw") ## Like "bw" theme, but significant p-values are red newtheme$type.styles$pval$fg_sign <- "#FF0000" add_colorDF_theme(newtheme, "new", "My new theme")
Run the code above in your browser using DataLab