getNodeCount: getNodeCount

Description Usage Arguments Value Examples

Description

getNodeCount the number of nodes in the current cytoscape.js graph

Usage

1
2
## S4 method for signature 'RCyjs'
getNodeCount(obj)

Arguments

obj

RCyjs instance

Value

numeric count

Examples

1
2
3
4
if(interactive()){
   rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
   getNodeCount(rcy)
   }

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.