
(Deprecated.) Convert a ResIN network into an qgraph object. Use as.qgraph() method instead.
Source: R/ResIN_to_qgraph.R
ResIN_to_qgraph.RdDeprecated/legacy function. Transforms the output of the ResIN function into an qgraph object. Use as.qgraph() method instead.
Arguments
- ResIN_object
the output of the ResIN function (a list with class ResIN).
- qgraph_arglist
an optional argument list to be supplied to the igraph::graph_from_adjacency_matrix function. If NULL, defaults are:
list(layout = "spring", maximum = 1, vsize = 6, DoNotPlot = TRUE, sampleSize = nrow(df_nodes), mar = c(3,3,3,3), normalize = FALSE)
References
Epskamp S, Cramer AOJ, Waldorp LJ, Schmittmann VD, Borsboom D (2012). “qgraph: Network Visualizations of Relationships in Psychometric Data.” Journal of Statistical Software, 48(4), 1–18.
See also
as.qgraph as the recommended interface.