plot_associations: Plot an Association Network
Description
Plot an Association Network
Usage
plot_associations(x, ...)# S3 method for tna
plot_associations(x, edge.color, ...)
Value
A qgraph
plot of the network.
Arguments
- x
A tna
object.
- ...
Additional arguments passed to plot_model()
.
- edge.color
An optional character
vector of colors for the edges.
By default, the colors are specified by the magnitude of the
standardized residual.
Examples
Run this codemodel <- ftna(group_regulation)
plot_associations(model)
Run the code above in your browser using DataLab