print.tna_cliques | R Documentation |
Print Found Cliques of a TNA Network
## S3 method for class 'tna_cliques'
print(x, n = 6, first = 1, digits = getOption("digits"), ...)
x |
A |
n |
An |
first |
An |
digits |
An |
... |
Ignored. |
x
(invisibly).
Clique-related functions
cliques()
,
plot.group_tna_cliques()
,
plot.tna_cliques()
,
print.group_tna_cliques()
model <- tna(group_regulation)
cliq <- cliques(model, size = 2)
print(cliq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.