plot_model | R Documentation |
Plot a Transition Network Model from a Matrix of Edge Weights
plot_model(
x,
labels,
colors,
cut,
edge.labels = TRUE,
edge.label.position = 0.65,
layout = "circle",
layout_args = list(),
mar = rep(5, 4),
theme = "colorblind",
...
)
x |
A square |
labels |
See |
colors |
See |
cut |
Edge color and width emphasis cutoff value. The default is
the median of the edge weights. See |
edge.labels |
See |
edge.label.position |
See |
layout |
One of the following:
|
layout_args |
A |
mar |
See |
theme |
See |
... |
Additional arguments passed to |
See plot.tna()
.
m <- matrix(rexp(25), 5, 5)
plot_model(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.