Description Usage Arguments Details Examples
Retrieves node from resulting graph
1 | node(x, gng_id)
|
x |
GNG object |
gng_id |
Id of the node to retrieve. This is the id returned by functions like predict, or centroids |
Get GNG node
1 2 | gng <- GNG(gng.preset.sphere(100))
print(node(gng, 10)$pos)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.