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

View source: R/graphsToJSON.R

graphNELtoJSONR 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)


cyjShiny documentation built on March 31, 2023, 10:24 p.m.