get_edgelist_from_overlaps {mappeR} | R Documentation |
Obtain edge list from cluster intersections
get_edgelist_from_overlaps(overlaps, num_vertices)
overlaps |
A named list of edges, whose elements contain the names of clusters in the overlap represented by that edge; output of |
num_vertices |
The number of vertices in the graph. |
A 2D array representing the edge list of a graph.