Learn R Programming

RCytoscape (version 1.22.0)

noa.names: noa.names

Description

Retrieve the names of the node attributes in the specified graph.

Usage

noa.names(graph)

Arguments

graph

See Also

noa, eda, eda.names

Examples

Run this code
  g <- makeSimpleGraph()
  noa.names (g)
    #  [1] "type"  "lfc"   "label" "count"

Run the code above in your browser using DataLab