Learn R Programming

RCy3 (version 1.2.0)

getLineStyles: getLineStyles

Description

Retrieve the names of the currently supported line types -- values which can be used to render edges, and thus can be used in calls to 'setEdgeLineStyleRule'.

Usage

getLineStyles(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

A list of character strings, e.g., 'SOLID', 'DOT'

Examples

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

  cy <- CytoscapeConnection ()
  getLineStyles (cy)
  #  [1] "SOLID" "LONG_DASH" "EQUAL_DASH" ...

Run the code above in your browser using DataLab