Description Usage Arguments Value List of Dependencies Examples
View source: R/updateStyleDependencies.R
Updates style dependencies, overriding any prior settings.
1 2 | updateStyleDependencies(style.name, dependencies,
base.url = "http://localhost:1234/v1")
|
style.name |
(char) name for style |
dependencies |
(list) a list of style dependencies, see list below. Note: each dependency is set by a boolean, TRUE or FALSE (T or F) |
base.url |
cyrest base url for communicating with cytoscape |
server response
arrowColorMatchesEdge nodeCustomGraphicsSizeSync nodeSizeLocked
1 | updateStyleDependencies("myStyle",list(nodeSizeLocked=TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.