Description Usage Arguments Details Value Examples
setDefaultNodeFontSize
put somewhat more detailed description here
1 2 | ## S4 method for signature 'RCyjs'
setDefaultNodeFontSize(obj, newValue)
|
obj |
an RCyjs instance |
newValue |
numeric, in points |
multi-line description goes here with continuations on subsequent lines if you like
no value returned
1 2 3 4 5 6 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setDefaultNodeFontSize", graph=g)
layout(rcy, "cose")
setDefaultNodeFontSize(rcy, 8)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.