View source: R/cartography_chamber.R
get_edgelist_from_overlaps | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.