set_enrichplot_color | R Documentation |
helper function to set color for enrichplot
set_enrichplot_color(
colors = get_enrichplot_color(2),
type = "color",
name = NULL,
.fun = NULL,
reverse = TRUE,
...
)
colors |
user provided color vector |
type |
one of 'color', 'colour' or 'fill' |
name |
name of the color legend |
.fun |
force to use user provided color scale function |
reverse |
whether reverse the color scheme, default is TRUE as it is more significant for lower pvalue |
... |
additional parameter that passed to the color scale function |
a color scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.