Plot Cliques of a TNA Network
Usage
# S3 method for class 'tna_cliques'
plot(x, n = 6, first = 1, show_loops = FALSE, colors, ask = TRUE, ...)Arguments
- x
A
tna_cliquesobject.- n
An
integerdefining the maximum number of cliques to show. The defaults is6.- first
An
integergiving the index of the first clique to show. The default index is1.- show_loops
A
logicalvalue indicating whether to include loops in the plots or not.- colors
Optional
charactervector of colors values to use for the nodes.- ask
A
logicalvalue. WhenTRUE, show plots one by one and asks to plot the next plot in interactive mode.- ...
Ignored.
See also
Clique-related functions
cliques(),
plot.group_tna_cliques(),
print.group_tna_cliques(),
print.tna_cliques()

