| noa {RCyjs} | R Documentation |
noa retrieve the node/attribute-value pairs, for the specified node attribute category
noa(graph, node.attribute.name)
graph |
a graphNEL |
node.attribute.name |
a character string |
character strings, the names of the unique edge attribute categories on the graph
if(interactive()){
g <- simpleDemoGraph()
noa(g, "lfc")
}