Description Usage Arguments Details Value Examples
setNodeLabelRule
put somewhat more detailed description here
1 2 | ## S4 method for signature 'RCyjs'
setNodeLabelRule(obj, attribute)
|
obj |
an RCyjs instance |
attribute |
a character string, the node attribute to display as label |
multi-line description goes here with continuations on subsequent lines if you like
explain what the method returns
1 2 3 4 5 | if(interactive()){
g <- createTestGraph(nodeCount=20, edgeCount=20)
rcy <- RCyjs(title="layouts", graph=g)
setNodeLabelRule(rcy, "label");
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.