getLayoutNames: getLayoutNames

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve the names of the currently supported layout algorithms. These may be used in subsequent calls to the 'layout' function. Note that some of the more attractive layout options, from yFiles, cannot be run except from the user interface; their names do not appear here.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

A list of character strings, e.g., "jgraph-circle" "attribute-circle" "jgraph-annealing"

Author(s)

Paul Shannon

See Also

getLayoutNameMapping getLayoutNames getLayoutPropertyNames getLayoutPropertyType getLayoutPropertyValue setLayoutProperties

Examples

1
2
3
  cy <- CytoscapeConnection ()
  getLayoutNames (cy)
   #  [1] "jgraph-circle" "attribute-circle" "jgraph-annealing"  ...

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