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()
.- edge.labels
See
qgraph::qgraph()
.- edge.label.position
See
qgraph::qgraph()
.- layout
One of the following:
A
character
string describing aqgraph
layout.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.- mar
See
qgraph::qgraph()
.- theme
See
qgraph::qgraph()
.- ...
Additional arguments passed to
qgraph::qgraph()
.
Value
See plot.tna()
.