Plot a Transition Network Model from a Matrix of Edge Weights
Arguments
- x
A square
matrixof 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
characterstring describing aqgraphlayout (e.g.,"circle") or the name of aigraphlayout function (e.g.,"layout_on_grid").A
matrixof node positions to use, with a row for each node andxandycolumns for the node positions.A layout function from
igraph.
- layout_args
A
listof arguments to pass to theigraphlayout function whenlayoutis 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().

