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 'layoutNetwork' 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"
Tanja Muetze, Georgi Kolishovski, Paul Shannon
getLayoutNameMapping getLayoutNames getLayoutPropertyNames getLayoutPropertyType getLayoutPropertyValue setLayoutProperties
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
getLayoutNames (cy)
# [1] "jgraph-circle" "attribute-circle" "jgraph-annealing" ...
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.