Plot Cliques of a TNA Network
Arguments
- x
A
tna_cliques
object.- n
An
integer
defining the maximum number of cliques to show. The defaults is6
.- first
An
integer
giving the index of the first clique to show. The default index is1
.- show_loops
A
logical
value indicating whether to include loops in the plots or not.- edge.labels
See
qgraph::qgraph()
.- edge.label.position
See
qgraph::qgraph()
.- minimum
See
qgraph::qgraph()
.- mar
See
qgraph::qgraph()
.- layout
One of the following:
A
character
string describing aqgraph
layout.A
matrix
of node positions to use, with a row for each node andx
andy
columns for the node positions.A layout function from
igraph
.
- layout_args
A
list
of arguments to pass to theigraph
layout function whenlayout
is a function.- cut
See
qgraph::qgraph()
.- normalize
See
qgraph::qgraph()
.- ask
A
logical
value. WhenTRUE
, show plots one by one and asks to plot the next plot in interactive mode.- colors
See
qgraph::qgraph()
.- theme
See
qgraph::qgraph()
.- ...
Ignored.
See also
Clique-related functions
cliques()
,
plot.group_tna_cliques()
,
print.group_tna_cliques()
,
print.tna_cliques()