noa {RCyjs}R Documentation

noa

Description

noa retrieve the node/attribute-value pairs, for the specified node attribute category

Usage

noa(graph, node.attribute.name)

Arguments

graph

a graphNEL

node.attribute.name

a character string

Value

character strings, the names of the unique edge attribute categories on the graph

Examples

if(interactive()){
  g <- simpleDemoGraph()
  noa(g, "lfc")
   }


[Package RCyjs version 2.16.0 Index]