plot.tna_cliques | R Documentation |
Plot Cliques of a TNA Network
## S3 method for class 'tna_cliques'
plot(
x,
n = 6,
first = 1,
show_loops = FALSE,
edge.labels = TRUE,
edge.label.position = 0.65,
minimum = 1e-05,
mar = rep(5, 4),
layout = "circle",
layout_args = list(),
cut = 0.01,
normalize = TRUE,
ask = TRUE,
colors,
theme = "colorblind",
...
)
x |
A |
n |
An |
first |
An |
show_loops |
A |
edge.labels |
See |
edge.label.position |
See |
minimum |
See |
mar |
See |
layout |
One of the following:
|
layout_args |
A |
cut |
See |
normalize |
See |
ask |
A |
colors |
See |
theme |
See |
... |
Ignored. |
NULL
(invisibly).
Clique-related functions
cliques()
,
plot.group_tna_cliques()
,
print.group_tna_cliques()
,
print.tna_cliques()
model <- tna(group_regulation)
cliq <- cliques(model, size = 2)
plot(cliq, n = 1, ask = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.