Description Usage Arguments Details Value See Also Examples
View source: R/updateStyleMapping.R
Updates the visual property mapping, overriding any prior mapping. Creates a visual property mapping if it doesn't already exist in the style.
1 | updateStyleMapping(style.name, mapping, base.url = "http://localhost:1234/v1")
|
style.name |
(char) name for style |
mapping |
a single visual property mapping, see mapVisualProperty |
base.url |
cyrest base url for communicating with cytoscape |
Requires visual property mappings to be previously created, see mapVisualProperty.
server response
mapVisualProperty
1 | updateStyleMapping('myStyle',mapVisualProperty('node label','name','p'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.