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.
Paul Shannon
layout getLayoutNames getLayoutNameMapping getLayoutPropertyType getLayoutPropertyValue setLayoutProperties
1 2 3 4 | cy <- CytoscapeConnection ()
prop.names <- getLayoutPropertyNames (cy, 'isom')
print (prop.names)
# "maxEpoch" "sizeFactor" "radiusConstantTime" "radius" "minRadius" "initialAdaptation" "minAdaptation" "coolingFactor"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.