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