getNodeCount,RCyjs-method {RCyjs} | R Documentation |
getNodeCount
the number of nodes in the current cytoscape.js graph
## S4 method for signature 'RCyjs' getNodeCount(obj)
obj |
RCyjs instance |
numeric count
if(interactive()){ rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph()) getNodeCount(rcy) }