mapperEdges {MapperAlgo} | R Documentation |
Create Mapper Edges
Description
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)
Arguments
m |
The Mapper output object that contains the adjacency matrix and other graph components. |
Value
A data frame containing the source (Linksource
), target (Linktarget
), and edge values (Linkvalue
) for the graph's edges.
[Package MapperAlgo version 1.0.2 Index]