Description Usage Arguments Value Examples
Neighbor For specific node in one graph, list all the nodes whcih are connected to the node.
| 1 | neighbor(node, graph)
 | 
| node | The specific node in the graph, representing as a numeric. | 
| graph | The graph, representing as a vector. Each entry in the vector is writen such as "1-2", "6-2". | 
A numeric vector listing all the nodes which are connected to the nodex x in graph y.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.