showGraphicsDetailsR Documentation

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 logical object, TRUE or FALSE.

Value

None.

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  showGraphicsDetails (cy, TRUE)