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.
Usage
mapperEdges(m)
Value
A data frame containing the source (Linksource), target (Linktarget), and edge values (Linkvalue) for the graph's edges.
Arguments
m
The Mapper output object that contains the adjacency matrix and other graph components.