| layout_components_qgraph {Mosaic} | R Documentation |
Generate subgraphs and sublayouts from a graph for Mosaic interactive view.
layout_components_qgraph(graph, layout, ...)
graph |
an igraph object, needs to have an "id" vertex property |
layout |
the layout function applied (from igraph or qgraph packages). Defaults to qgraph.layout.fruchtermanmeingold with some Mosaic specific settings |
... |
arguments passed to layout (except if layout is qgraph.layout.fruchtermanreingold) |