R/jamenrich-igraph.r
layout_with_qfrf.Rd
igraph layout function using qgraph Fruchterman-Reingold
layout_with_qfrf(repulse = 3.5, seed = 123, ...)
numeric value typically between 3 and 5, passed
to layout_with_qfr()
, which in turn is passed to
qgraph::qgraph.layout.fruchtermanreingold()
.
numeric value used to set the R random seed, in order to make layouts consistent.
additional arguments are passed to layout_with_qfr()
.
function used to calculate layout coordinates of
an igraph
object.
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.
Other jam igraph functions:
cnet2df()
,
cnet2im()
,
cnetplotJam()
,
cnetplot_internalJam()
,
color_edges_by_nodegroups()
,
color_edges_by_nodes_deprecated()
,
color_edges_by_nodes()
,
color_nodes_by_nodegroups()
,
communities2nodegroups()
,
drawEllipse()
,
edge_bundle_bipartite()
,
edge_bundle_nodegroups()
,
enrichMapJam()
,
fixSetLabels()
,
flip_edges()
,
get_bipartite_nodeset()
,
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()