edaNames {RCyjs}R Documentation

edaNames

Description

edaNames the names of the unique edge attribute categories on the graph (not their values)

Usage

edaNames(graph)

Arguments

graph

a graphNEL

Value

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

Examples

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


[Package RCyjs version 2.12.0 Index]