View source: R/StyleDefaults.R
updateStyleDefaults | R Documentation |
Updates visual property defaults, overriding any prior settings. See mapVisualProperty for the list of visual properties.
updateStyleDefaults(style.name, defaults, base.url = .defaultBaseUrl)
style.name |
(char) name for style |
defaults |
(list) a list of visual property default settings |
base.url |
(optional) Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of RCy3. |
server response
mapVisualProperty
updateStyleDefaults('myStyle',list('node fill color'='#0000FF','node size'=50))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.