make_colors | R Documentation |
Make colors
make_colors(
varlevels,
sep = guess_sep(varlevels),
show = FALSE,
verbose = FALSE
)
varlevels |
character vector |
sep |
string |
show |
TRUE or FALSE: whether to plot |
verbose |
TRUE or FALSE: whether to msg |
make_colors(c('A', 'B', 'C', 'D' ), show = TRUE)
make_colors(c('A.1', 'B.1', 'A.2','B.2'), show = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.