noa: noa

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
if(interactive()){
  g <- simpleDemoGraph()
  noa(g, "lfc")
   }

PriceLab/RCyjs documentation built on May 10, 2019, 8:03 a.m.