Description Usage Arguments Value Examples
This function creates colored swatches of a list of colors for easy visualization.
1 2 | PlotColors(color_list, color_list_name = NULL, n = NULL, base_size = 11,
listcolors = F, labelcolors = T)
|
color_list |
list or vector of valid R colors |
color_list_name |
name of color scheme, optional, default is NULL. |
ggplot of color swatches and optional name of color pallette
1 | PlotColors(c("red","yellow","blue"),"primary colors")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.