eda: eda

Description Usage Arguments Value Examples

View source: R/RCyjs-class.R

Description

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

Usage

1
eda(graph, edge.attribute.name)

Arguments

graph

a graphNEL

edge.attribute.name

a character string

Value

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

Examples

1
2
3
4
5
6
if(interactive()){
  g <- simpleDemoGraph()
  edaNames(g)   # discover the attribute category names
  eda(g, "edgeType")
  eda(g, "score")
  }

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.