Description Usage Arguments Value Author(s) Examples
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'
1 | getLineStyles(obj)
|
obj |
a |
A list of character strings, e.g., 'SOLID', 'DOT'
Paul Shannon
1 2 3 | cy <- CytoscapeConnection ()
getLineStyles (cy)
# [1] "SOLID" "LONG_DASH" "EQUAL_DASH" ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.