palette_viz | R Documentation |
This function allows you to visualize a palette
palette_viz(col_vec)
col_vec |
vector containing the palette colors |
Tile plot showing the palette composition
## Not run: hex_vec <- c("#E69F00", "#56B4E9", "#009E73", "#F0E442", "#0072B2", "#D55E00", "#CC79A7", "#666666", "#AD7700", "#1C91D4", "#007756", "#D5C711", "#005685", "#A04700") palette_viz(col_vec = hex_vec) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.