View source: R/bruceR-stats_6_plot.R
show_colors | R Documentation |
Show colors.
show_colors(colors)
colors |
Color names. e.g.,
|
A gg
object.
show_colors("blue")
show_colors("#0000FF") # blue (hex name)
show_colors(RGB(0, 0, 255)) # blue (RGB)
show_colors(see::social_colors())
show_colors(see::pizza_colors())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.