Description Usage Arguments Value Author(s) See Also Examples
This method returns the four numbers (top.x, top.y, bottom.x, bottom.y) which implicitly specify the bounds of the current window.
1 | getViewCoordinates(obj)
|
obj |
a |
A named list of fou numbers, with these names: top.x, top.y, bottom.x, bottom.y
Paul Shannon
getViewCoordinates getZoom setZoom
1 2 3 4 5 6 | window.title = 'getViewCoordinates demo'
cw <- new.CytoscapeWindow (window.title, graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
print (getViewCoordinates (cw))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.