| plot_associations | R Documentation |
Plot an Association Network
plot_associations(x, ...)
## S3 method for class 'tna'
plot_associations(x, edge.color, ...)
x |
A |
... |
Additional arguments passed to |
edge.color |
An optional |
A qgraph plot of the network.
model <- ftna(group_regulation)
plot_associations(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.