getEdgeCount,RCyjs-method {RCyjs}R Documentation

getEdgeCount

Description

getEdgeCount the number of edges in the current cytoscape.js graph

Usage

## S4 method for signature 'RCyjs'
getEdgeCount(obj)

Arguments

obj

RCyjs instance

Value

numeric count

Examples

if(interactive()){
   rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
   getEdgeCount(rcy)
   }


[Package RCyjs version 2.4.0 Index]