Learn R Programming

RCy3 (version 1.2.0)

showGraphicsDetails: showGraphicsDetails

Description

For all windows, and regardless of the current zoom level, display or hide graphics details -- of which node labels are the most obvious example.

Usage

showGraphicsDetails(obj, new.value)

Arguments

obj
a CytoscapeConnectionClass object.
new.value
a boolean, if the details are shown

Value

None.

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cy <- CytoscapeConnection ()
  showGraphicsDetails (cy, new.value)

Run the code above in your browser using DataLab