igraph layout function using qgraph Fruchterman-Reingold
Source:R/jamenrich-igraph.r
layout_with_qfrf.Rdigraph layout function using qgraph Fruchterman-Reingold
Arguments
- repulse
numeric value typically between 3 and 5, passed to
layout_with_qfr(), which in turn is passed toqgraph::qgraph.layout.fruchtermanreingold().- seed
numeric value used to set the R random seed, in order to make layouts consistent.
- ...
additional arguments are passed to
layout_with_qfr().
Details
This function returns a layout function, which can be convenient
when calling igraph::plot.igraph(), in order to set
layout parameters in the same call.
See also
Other jam igraph layouts:
layout_with_qfr(),
relayout_with_qfr(),
removeIgraphSinglets(),
reorderIgraphNodes(),
rotate_igraph_layout(),
spread_igraph_labels()