Description Usage Arguments Value Examples
getEdgeCount
the number of edges in the current cytoscape.js graph
1 2 | ## S4 method for signature 'RCyjs'
getEdgeCount(obj)
|
obj |
RCyjs instance |
numeric count
1 2 3 4 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
getEdgeCount(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.