Description Usage Arguments Value Author(s) See Also Examples
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.
1 | getLayoutNames(obj)
|
obj |
a |
A list of character strings, e.g., "jgraph-circle" "attribute-circle" "jgraph-annealing"
Paul Shannon
getLayoutNameMapping getLayoutNames getLayoutPropertyNames getLayoutPropertyType getLayoutPropertyValue setLayoutProperties
1 2 3 | cy <- CytoscapeConnection ()
getLayoutNames (cy)
# [1] "jgraph-circle" "attribute-circle" "jgraph-annealing" ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.