Description Usage Arguments Value
View source: R/graph_visualization.R
Note that the graph is directed, i.e. neighbors are retrieved by following arrows that start from the initial clusters.
1 | extendClusterSet(graph, initial_set, max_neighbor_distance = 2)
|
graph |
Graph in igraph format generated by makeClusterGraph. |
initial_set |
Vector of cluster labels |
max_neighbor_distance |
Include more distantly related nodes by performing neigbor extension max_neighbor_distance rounds. |
Character vector including initial cluster set and all neighboring clusters (if any).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.