graphNELtoJSON {cyjShiny}R Documentation

Convert R graphNEL object to cytoscape.js JSON.

Description

Convert R graphNEL object to cytoscape.js JSON.

Usage

graphNELtoJSON(g)

Arguments

g

a graphNEL

Value

a string with a cytoscape.js JSON graph

Examples

## Not run: 
g.json <- graphNELtoJSON(graphNEL())

## End(Not run)


[Package cyjShiny version 1.0.42 Index]