Plots the graph using the qgraph package and the qgraph
function. Defined as qgraph::qgraph(x[['graph']],labels=x[['labels']],...)
# S3 method for bootnetResult
plot(x, weighted, signed, directed, ...)
A bootnetResult
object
Logical, should the analyzed network be weighted?
Logical, should the analyzed network be signed?
Logical, is the analyzed network directed? Usually does not have to be set and is detected automatically.
Arguments sent to qgraph
.