predictTimeToDisplayGraph: predictTimeToDisplayGraph

Description Usage Arguments Value Author(s) See Also Examples

Description

Use simple heuristics and previously collected timimg to predict the length of time that will be required to send the R graph across the XMLRPC wire to Cytoscape.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

Time in seconds.

Author(s)

Paul Shannon

See Also

new.CytoscapeWindow

Examples

1
2
3
4
5
  cw <- new.CytoscapeWindow ('predictTimeToDisplayGraph.test', graph=makeSimpleGraph(), 
                             collectTimings=TRUE)
  message (paste ('estimated time: ', predictTimeToDisplayGraph (cw)))
  displayGraph (cw)
  layoutNetwork(cw, 'jgraph-spring')

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.