edaNames {RCyjs} | R Documentation |
edaNames
the names of the unique edge attribute categories on the graph (not their values)
edaNames(graph)
graph |
a graphNEL |
character strings, the names of the unique edge attribute categories on the graph
if(interactive()){ g <- simpleDemoGraph() edaNames(g) }