Description Usage Arguments Value Examples
Add a new theme
1 | add_colorDF_theme(theme, id, description = NULL)
|
theme |
a list containing style definitions |
id |
an identifier (name) for the theme |
description |
Description of th theme |
invisibly the new theme.
1 2 3 4 | 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.