fitSelectedContent: fitSelectedContent

Description Usage Arguments Value Author(s) See Also Examples

Description

Using all of the available window (the Cytoscape drawing canvas) display the current graph.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

setZoom fitContent

Examples

1
2
3
4
5
6
7
8
9
  cw <- new.CytoscapeWindow ('fitSelectedContent.test', graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  setZoom (cw, 0.1)
  selectNodes (cw, 'A')
  fitSelectedContent (cw)
  setZoom (cw, 10.0)
  fitSelectedContent (cw)

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