graphNELtoJSON.string {RCyjs}R Documentation

Convert R graphNEL object to cytoscape.js JSON.

Description

Convert R graphNEL object to cytoscape.js JSON.

Usage

graphNELtoJSON.string(g)

Arguments

g

a graphNEL

Examples

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

## End(Not run)


[Package RCyjs version 2.16.0 Index]