Learn R Programming

tna (version 0.4.0)

print.tna_cliques: Print Found Cliques of a TNA Network

Description

Print Found Cliques of a TNA Network

Usage

# S3 method for tna_cliques
print(x, n = 6, first = 1, digits = getOption("digits"), ...)

Value

x (invisibly).

Arguments

x

A tna_cliques object.

n

An integer defining the maximum number of cliques to show. The defaults is 6.

first

An integer giving the index of the first clique to show. The default index is 1.

digits

An integer giving the minimal number of significant digits to print.

...

Ignored.

Examples

Run this code
model <- tna(group_regulation)
cliq <- cliques(model, size = 2)
print(cliq)

Run the code above in your browser using DataLab