Learn R Programming

qgraph (version 1.5)

qgraph.panel: qgraph.panel

Description

Creates a 4-panel graph. See details. The usage is the same as qgraph

Usage

qgraph.panel(input, ...)

Arguments

input

The weights matrix or edgelist. See qgraph. Correlation matrix is recommended.

Optional additional arguments (only 'layout' and 'graph' are omitted). See qgraph.

Details

This function will create a 4-panel plot containing four plots useful in analyzing correlation matrices:

  1. Association graph with circular layout

  2. Association graph with spring layout

  3. Concentration graph with spring layout

  4. Factorial graph with spring layout

References

Sacha Epskamp, Angelique O. J. Cramer, Lourens J. Waldorp, Verena D. Schmittmann, Denny Borsboom (2012). qgraph: Network Visualizations of Relationships in Psychometric Data. Journal of Statistical Software, 48(4), 1-18. URL http://www.jstatsoft.org/v48/i04/.

See Also

qgraph qgraph.svg

Examples

Run this code
# NOT RUN {
data(big5)
data(big5groups)

qgraph.panel(cor(big5),groups=big5groups,minimum=0.2,borders=FALSE,vsize=1,cut=0.3)
# }

Run the code above in your browser using DataLab