NEWS.md
layout_with_focus_group()
and layout_with_centrality_group()
(#46)layout_as_backbone()
if graph is disconnected and contains isolateslayout_with_umap()
bbox
in layout_with_stress
layout_with_stress3D
which only produced a 2D layoutlayout_as_multilevel()
for multilevel networkslayout_with_stress3D()
and layout_with_constrained_stress3D()
for 3D layoutslayout_as_backbone()
when the graph has loops (#32)layout_with_constrained_stress()
layout_with_sparse_stress()
and layout_with_pmds()
by “smarter” distance calculationlayout_with_sparse_stress()
by using precomputed distances in layout_with_pmds()
layout_with_stress()
by dynamically switching to layout_with_pmds()
during initialisation for large graphsqgraph()
. Now part of ggraph
.layout_with_focus()
now also returns the distance to the focus nodelayout_as_dynamic()
for longitudinal network datagbp
and scales
dependency and moved oaqc
to suggestlayout_with_stress()
and layout_with_focus()
layout_with_pmds()
(Pivot MDS for large graphs)layout_with_sparse_stress()
(“stress for large graphs”)layout_as_backbone()
layout_as_backbone()
smglr
to graphlayouts
(sorry)layout_with_eigen()
ggraph(g,layout="stress")+...