color-scale.Rd
Scale color by node size.
sg_scale_color(sg, pal)
An object of class sigmajsas intatiated by sigmajs.
sigmajs
Vector of color.
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"))