show_color {explore} | R Documentation |
Show color vector as ggplot
Description
Show color vector as ggplot
Usage
show_color(color)
Arguments
color |
Vector of colors |
Value
ggplot
Examples
show_color("gold")
show_color(c("blue", "red", "green"))
[Package explore version 1.3.1 Index]