as.igraph.qgraph | R Documentation |
This function converts the output of qgraph
to an 'igraph' object that can be used in the igraph package (Csardi & Nepusz, 2006)
## S3 method for class 'qgraph'
as.igraph(x, ..., attributes = TRUE)
x |
A |
... |
Not used. |
attributes |
Logical, should graphical attributes also be transferred? |
Sacha Epskamp <mail@sachaepskamp.com>
Csardi G, Nepusz T (2006). The igraph software package for complex network research, InterJournal, Complex Systems 1695. http://igraph.sf.net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.