get nodes from graphGML object
# S4 method for graphGML getNodes(x, y, order = c("default", "bfs", "dfs", "tsort"), only.names = TRUE)
x |
|
---|---|
y |
|
order |
|
only.names |
|
It returns the node names and population names by default. Or return the entire nodeData associated with each node.