Learn R Programming

RCytoscape (version 1.22.0)

getVisualStyleNames: getVisualStyleNames

Description

Cytoscape provides a number of canned visual styles, to which you may add your own. Use this method to find out the names of those which are currently defined.

Usage

getVisualStyleNames(obj)

Arguments

obj
a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

a list of character strings.

See Also

copyVisualStyle setVisualStyle

Examples

Run this code


  cy = CytoscapeConnection ()
  print (getVisualStyleNames (cy))

Run the code above in your browser using DataLab