plotEdges {mcMST} | R Documentation |
Visualize edges common to several solutions.
Description
Given a list of characteristic vectors (graphs) the function plots an embedding of the nodes in the Euclidean plane and depicts an edge if and only if it is contained in at least one of the graphs. The edge thickness indicates the number of graphs the edge is part of.
Usage
plotEdges(x, n = NULL, normalize = TRUE, ...)
Arguments
x |
[ |
n |
[ |
normalize |
[ |
... |
[any] |
Value
Nothing
See Also
Other result visualization:
plotEdgeFrequency()
[Package mcMST version 1.1.1 Index]