Description Usage Arguments Value Examples
edaNames
the names of the unique edge attribute categories on the graph (not their values)
1 | edaNames(graph)
|
graph |
a graphNEL |
character strings, the names of the unique edge attribute categories on the graph
1 2 3 4 | if(interactive()){
g <- simpleDemoGraph()
edaNames(g)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.