powered by
Print Found Cliques of a TNA Network
# S3 method for tna_cliques print(x, n = 6, first = 1, digits = getOption("digits"), ...)
x (invisibly).
x
A tna_cliques object.
tna_cliques
An integer defining the maximum number of cliques to show. The defaults is 6.
integer
6
An integer giving the index of the first clique to show. The default index is 1.
1
An integer giving the minimal number of significant digits to print.
Ignored.
model <- tna(group_regulation) cliq <- cliques(model, size = 2) print(cliq)
Run the code above in your browser using DataLab