Description Usage Arguments Value Author(s) See Also Examples
Returns a list of the tunable properties for the specified layout.
1 | getLayoutPropertyNames(obj, layout.name)
|
obj |
a |
layout.name |
a |
A named list of strings.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
prop.names <- getLayoutPropertyNames (cy, 'isom')
print (prop.names)
# [1] "maxEpoch" "radiusConstantTime" "radius" "minRadius"
# [5] "initialAdaptation" "minAdaptation" "sizeFactor" "coolingFactor"
# [9] "singlePartition"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.