Learn R Programming

cyjShiny (version 1.0.42)

graphNELtoJSON: Convert R graphNEL object to cytoscape.js JSON.

Description

Convert R graphNEL object to cytoscape.js JSON.

Usage

graphNELtoJSON(g)

Value

a string with a cytoscape.js JSON graph

Arguments

g

a graphNEL

Examples

Run this code
if (FALSE) {
g.json <- graphNELtoJSON(graphNEL())
}

Run the code above in your browser using DataLab