extendClusterSet {MetaNeighbor} | R Documentation |
Note that the graph is directed, i.e. neighbors are retrieved by following arrows that start from the initial clusters.
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).