Learn R Programming

RCytoscape (version 1.22.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
  cy <- CytoscapeConnection ()
  getLineStyles (cy)
  #  [1] "SOLID" "LONG_DASH" "EQUAL_DASH" ...

Run the code above in your browser using DataLab