| scale_color_cosmic | R Documentation |
See pal_cosmic() for details.
scale_color_cosmic(
palette = c("hallmarks_light", "hallmarks_dark", "signature_substitutions"),
alpha = 1,
...
)
scale_colour_cosmic(
palette = c("hallmarks_light", "hallmarks_dark", "signature_substitutions"),
alpha = 1,
...
)
scale_fill_cosmic(
palette = c("hallmarks_light", "hallmarks_dark", "signature_substitutions"),
alpha = 1,
...
)
palette |
Palette type. Currently there are three available options:
The |
alpha |
Transparency level, a real number in (0, 1].
See |
... |
Additional parameters for |
Joshua H. Cook | joshuacook0023@gmail.com | @jhrcook
example_scatterplot() + scale_color_cosmic()
example_barplot() + scale_fill_cosmic()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.