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'
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
getLineStyles (cy)
# [1] "SOLID" "LONG_DASH" "EQUAL_DASH" ...
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.