Graph Palette
Description
Bright and light color palettes for examples and defaults.
Usage
graph_palette()
graph_palette_light()
Value
A vector of hex colors.
Examples
# preview_palettes
graph_palette()
graph_palette_light()
graph_data <- make_data(200)
graph_data %>%
graph() %>%
graph_cluster() %>%
scale_link_color(cluster, palette = graph_palette_light())