Description Usage Arguments Value Examples
View source: R/hana_color_palette.R
A function to return a color palette based on hana's preferred color scheme.
1 | hana_color_palette(num_colors, palette_type = 1)
|
num_colors |
The max number of colors needed |
palette_type |
An indicator for the type of palette. 1 for continuous, 2 for discrete. |
A List of hex color values ascribing to the hana style guide.
1 2 3 | my.cont.colors<-hana_color_palette(3)
my.discrete.colors<-hana_color_palette(3,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.