This function can be used to plot a network in which each node is connected by at most 3 edges; one undirected edge and two directed edges.
qgraphMixed(undirected, directed, parallel = TRUE, parallelAngle = pi/6,
diagUndirected = FALSE, diagDirected = TRUE, ltyUndirected = 1, ltyDirected = 1,
curve = 1, ...)
The undirected network weights matrix.
The directed network weights matrix.
Logical indicating if edges should be plotted parallel or curved.
See qgraph
Logical indicating if the diagonal of the undirected edges should be included.
Logical indicating if the diagonal of the directed edges should be included.
lty of undirected edges
lty of directed edges
Curvature of directed edges
Arguments sent to qgraph
Sacha Epskamp <mail@sachaepskamp.com>