sg_add_images {sigmajs}R Documentation

Add images to nodes

Description

Add images to nodes with the Custom Shapes plugin.

Usage

sg_add_images(sg, data, url, ...)

Arguments

sg

An object of class sigmajsas intatiated by sigmajs.

data

Data.frame containing columns.

url

URL of image.

...

Any other column.

See Also

Official documentation

Examples

## Not run: 
demo("custom-shapes", package = "sigmajs")

## End(Not run)


[Package sigmajs version 0.1.5 Index]