noaNames {RCyjs}R Documentation

noaNames

Description

noaNames the names of the unique node attribute categories on the graph (not their values)

Usage

noaNames(graph)

Arguments

graph

a graphNEL

Value

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

Examples

if(interactive()){
  g <- simpleDemoGraph()
  noaNames(g)
  }


[Package RCyjs version 2.6.0 Index]