setZoom: setZoom

Description Usage Arguments Value Author(s) See Also Examples

Description

This method expands or contracts the relative size of the objects (the graph) displayed in the CytoscapeWindow. A value of 1.0 typically renders the graph with an ample margin. A call to fitContent produces a zoom level of about 1.5.

Usage

1
setZoom(obj, new.level)

Arguments

obj

a CytoscapeWindowClass object.

new.level

a numeric object.

Value

None.

Author(s)

Paul Shannon

See Also

getZoom getCenter setCenter getViewCoordinates fitContent

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  window.title = 'setZoom demo'
  cw <- new.CytoscapeWindow (window.title, graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  setZoom (cw, 0.3)
  system ('sleep 1')
  setZoom (cw, 3.0)
  system ('sleep 1')
  setZoom (cw, 1.0)

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