Description Usage Arguments Value Examples
get nodes from graphGML object
1 2 |
x |
|
y |
|
order |
|
only.names |
|
It returns the node names and population names by default. Or return the entire nodeData associated with each node.
1 2 3 4 5 6 | ## Not run:
g <- read.gatingML.cytobank(xmlfile)
getNodes(g)
getNodes(g, only.names = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.