getViewCoordinates: getViewCoordinates

Description Usage Arguments Value Author(s) See Also Examples

Description

This method returns the four numbers (top.x, top.y, bottom.x, bottom.y) which implicitly specify the bounds of the current window.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

A named list of four numbers, with these names: top.x, top.y, bottom.x, bottom.y

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

getViewCoordinates getZoom setZoom

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
  ## Not run: 
  # WARNING: Method RCy3::getViewCoordinates() is not implemented in RCy3!
  
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  window.title = 'getViewCoordinates demo'
  cw <- CytoscapeWindow (window.title, graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork (cw, 'force-directed')
  #print (getViewCoordinates (cw))

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.