plot.bootnetResult | R Documentation |
Plots the graph using the qgraph package and the qgraph
function. Defined as qgraph::qgraph(x[['graph']],labels=x[['labels']],...)
## S3 method for class 'bootnetResult'
plot(x, graph, weighted, signed, directed, labels, layout =
"spring", parallelEdge = TRUE, cut = 0, theme =
"colorblind", bootIncludeOverwrite = TRUE, ...)
x |
A |
graph |
Numeric or string indicating which graph to plot. Only needed when multiple graphs are estimated. For example, when using |
weighted |
Logical, should the analyzed network be weighted? |
signed |
Logical, should the analyzed network be signed? |
directed |
Logical, is the analyzed network directed? Usually does not have to be set and is detected automatically. |
labels |
Labels of the nodes. Defaults to the column names of the data if missing. |
layout |
Placement of the nodes. See |
parallelEdge |
Should edges in directed networks be plotted parallel? See |
cut |
Should scaling in width and saturation of edges be split? See |
theme |
Theme of the edge and node colors. See |
bootIncludeOverwrite |
Logical. If |
... |
Arguments sent to |
Sacha Epskamp <mail@sachaepskamp.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.