layoutNetworkR Documentation

layoutNetwork

Description

Layout the current graph according to the specified algorithm.

Usage

layoutNetwork(obj, layout.name='jgraph-spring')

Arguments

obj a CytoscapeWindowClass object.
layout.name a string, one of the values returned by getLayoutNames, 'jgraph-spring' by default.

Value

Nothing.

Author(s)

Paul Shannon

See Also

getNodeShapes

Examples

  cw <- new.CytoscapeWindow ('layout.test', graph=makeSimpleGraph())
  displayGraph (cw)
  layoutNetwork (cw, 'jgraph-spring')
  redraw (cw)  # applies default vizmap (rendering) rules, plus any you
               # have specified