sigmajs (version 0.1.3)

color-scale: Color

Description

Scale color by node size.

Usage

sg_scale_color(sg, pal)

Arguments

sg

An object of class sigmajsas intatiated by sigmajs.

pal

Vector of color.

Examples

Run this code
# NOT RUN {
nodes <- sg_make_nodes() 
edges <- sg_make_edges(nodes, 20)

sigmajs() %>% 
  sg_nodes(nodes, id, size) %>% 
  sg_scale_color(pal = c("red", "blue"))

# }

Run the code above in your browser using DataCamp Workspace