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)
   }

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.