Description Usage Arguments Details Value Examples
getNodes
returns a data.frame, one row per node, providing id and (if present) name and
label columns
1 2 |
obj |
an RCyjs instance |
which |
a character string, either "all", "visible" or "hidden" |
Every node is guaranteed to have an "id" attribute. Becuase "name" and "label" are commonly used as well, they are returned as columns in the data.frame if present
a data.frame with at least and "id" column
1 2 3 4 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
getNodes(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.