Description Usage Arguments Details Value Examples
deleteSelectedNodes
put somewhat more detailed description here
1 2 | ## S4 method for signature 'RCyjs'
deleteSelectedNodes(obj)
|
obj |
an RCyjs instance |
multi-line description goes here with continuations on subsequent lines if you like
explain what the method returns
1 2 3 4 5 6 7 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="rcyjs demo", graph=g)
target <- nodes(g)[1]
selectNodes(rcy, target)
deleteSelectedNodes(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.