mapperEdges | R Documentation |
This function generates the edges of the Mapper graph by analyzing the adjacency matrix. It returns a data frame with source and target vertices that are connected by edges.
mapperEdges(m)
m |
The Mapper output object that contains the adjacency matrix and other graph components. |
A data frame containing the source (Linksource
), target (Linktarget
), and edge values (Linkvalue
) for the graph's edges.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.