Learn R Programming

bootnet (version 1.0.0)

plot.bootnetResult: Plot method for bootnetResult objects

Description

Plots the graph using the qgraph package and the qgraph function. Defined as qgraph::qgraph(x[['graph']],labels=x[['labels']],...)

Usage

# S3 method for bootnetResult
plot(x, weighted, signed, directed, ...)

Arguments

x

A bootnetResult object

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.

Arguments sent to qgraph.