subsetClusterGraph {MetaNeighbor} | R Documentation |
Subset cluster graph to clusters of interest.
subsetClusterGraph(graph, vertices)
graph |
Graph in igraph format generated by makeClusterGraph. |
vertices |
Vector of cluster labels |
Graph in igraph format, where nodes have been restricted to clusters of interests.