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