Scale color by node size.

sg_scale_color(sg, pal)

Arguments

sg

An object of class sigmajsas intatiated by sigmajs.

pal

Vector of color.

Examples

nodes <- sg_make_nodes() edges <- sg_make_edges(nodes, 20)
#> Warning: Argument `n` is deprecated
sigmajs() %>% sg_nodes(nodes, id, size) %>% sg_scale_color(pal = c("red", "blue"))