Plot Cliques of a TNA Network
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.- 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
characterstring describing aqgraphlayout (e.g.,"circle") or the name of aigraphlayout function (e.g.,"layout_on_grid").A
matrixof node positions to use, with a row for each node andxandycolumns for the node positions.A layout function from
igraph.
- layout_args
A
listof arguments to pass to theigraphlayout function whenlayoutis a function or a character string that specifies a function name.- cut
See
qgraph::qgraph().- normalize
See
qgraph::qgraph().- ask
A
logicalvalue. 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()

