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.
plotEdges(x, n = NULL, normalize = TRUE, ...)
Nothing
[list
]
List of characteristic vectors.
[integer(1)
]
Number of nodes of the problem instance.
Default is sqrt(length(cv))
where cv is the first component of
x
.
[logical(1)
]
Shall edge frequencies be plotted? Default is code TRUE.
[any]
Further arguments passed down to qgraph
.
Other result visualization:
plotEdgeFrequency()