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 functions:
cnet2df(),
cnet2im(),
cnetplotJam(),
cnetplot_internalJam(),
color_edges_by_nodegroups(),
color_edges_by_nodes(),
color_edges_by_nodes_deprecated(),
color_nodes_by_nodegroups(),
communities2nodegroups(),
drawEllipse(),
edge_bundle_bipartite(),
edge_bundle_nodegroups(),
enrichMapJam(),
fixSetLabels(),
flip_edges(),
get_bipartite_nodeset(),
highlight_edges_by_node(),
igraph2pieGraph(),
jam_igraph(),
jam_plot_igraph(),
label_communities(),
layout_with_qfr(),
mem2emap(),
memIM2cnet(),
mem_multienrichplot(),
nodegroups2communities(),
rectifyPiegraph(),
relayout_with_qfr(),
removeIgraphBlanks(),
removeIgraphSinglets(),
reorderIgraphNodes(),
rotate_igraph_layout(),
spread_igraph_labels(),
subgraph_jam(),
subsetCnetIgraph(),
subset_igraph_components(),
sync_igraph_communities(),
with_qfr()