color-scale {sigmajs}R Documentation

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.

Value

A modified version of the sg object.

Examples

nodes <- sg_make_nodes() 
edges <- sg_make_edges(nodes, 20)

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


[Package sigmajs version 0.1.5 Index]