Plot a Transition Network Model from a Matrix of Edge Weights
Arguments
- x
A square
matrix
of edge weights.- labels
See
qgraph::qgraph()
.- colors
See
qgraph::qgraph()
.- cut
Edge color and width emphasis cutoff value. The default is the median of the edge weights. See
qgraph::qgraph()
for details.- edge.labels
See
qgraph::qgraph()
.- edge.label.position
See
qgraph::qgraph()
.- layout
One of the following:
A
character
string describing aqgraph
layout (e.g.,"circle"
) or the name of aigraph
layout function (e.g.,"layout_on_grid"
).A
matrix
of node positions to use, with a row for each node andx
andy
columns for the node positions.A layout function from
igraph
.
- layout_args
A
list
of arguments to pass to theigraph
layout function whenlayout
is a function or a character string that specifies a function name.- mar
See
qgraph::qgraph()
.- theme
See
qgraph::qgraph()
.- ...
Additional arguments passed to
qgraph::qgraph()
.
Value
See plot.tna()
.