View source: R/get-neighbors.R
get_neighbors_with_edge | R Documentation |
Retrieve the neighbors of a given node which are of a given type, accounting for edge type.
get_neighbors_with_edge(root, type, edge_list)
root |
ID of the root node. |
type |
Desired type of the neighbors. |
edge_list |
Edge list as a
|
Vector of neighbors of a given type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.