plotEdges: Visualize edges common to several solutions.

View source: R/plotEdges.R

plotEdgesR 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

[list]
List of characteristic vectors.

n

[integer(1)]
Number of nodes of the problem instance. Default is sqrt(length(cv)) where cv is the first component of x.

normalize

[logical(1)]
Shall edge frequencies be plotted? Default is code TRUE.

...

[any]
Further arguments passed down to qgraph.

Value

Nothing

See Also

Other result visualization: plotEdgeFrequency()


jakobbossek/mcMST documentation built on March 14, 2023, 4:28 p.m.