getLineStyles: getLineStyles

Description Usage Arguments Value Author(s) Examples

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

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

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

Author(s)

Paul Shannon

Examples

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

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.