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