Learn R Programming

qgraph (version 0.4.5)

qgraph.layout: qgraph.layout

Description

This function runs qgraph but does not plot the graph and returns the layout. It is used in qgraph.sem. It is recommended to not use this function but use qgraph instead (which also returns the layout as part of the output).

Usage

qgraph.layout( adj, ...)

Arguments

adj
The input, see qgraph
...
Other arguments used in qgraph

References

https://sites.google.com/site/qgraphproject

See Also

qgraph