showGraphicsDetails | R Documentation |
For all windows, and regardless of the current zoom level, display or hide graphics details – of which node labels are the most obvious example.
showGraphicsDetails(obj, new.value)
obj |
a CytoscapeConnectionClass object. |
new.value |
a logical object, TRUE or FALSE. |
None.
Paul Shannon
cy <- CytoscapeConnection () showGraphicsDetails (cy, TRUE)