| map_edge_colors | R Documentation |
Map edge colors based on weight values.
map_edge_colors(
weights,
positive_color = "#2E7D32",
negative_color = "#C62828",
zero_color = "gray50"
)
weights |
Numeric weight values. |
positive_color |
Color for positive weights. |
negative_color |
Color for negative weights. |
zero_color |
Color for zero weights. |
Character vector of colors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.