Description Usage Arguments Value Examples
eda
retrieve the node/attribute-value pairs, for the specified node attribute category
1 | eda(graph, edge.attribute.name)
|
graph |
a graphNEL |
edge.attribute.name |
a character string |
character strings, the names of the unique edge attribute categories on the graph
1 2 3 4 5 6 | if(interactive()){
g <- simpleDemoGraph()
edaNames(g) # discover the attribute category names
eda(g, "edgeType")
eda(g, "score")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.