Wrapper for Gephi FR Layout (for layout registry)
compute_layout_gephi_fr(
network,
area = 10000,
gravity = 1,
speed = 1,
niter = 100,
seed = NULL,
initial = NULL,
normalize = TRUE,
gravity_mode = "linear",
cooling_mode = "constant",
anchor_strength = 0,
...
)Data frame with x, y coordinates.
A cograph_network object.
Area parameter. Default 10000.
Gravity force. Default 1.0.
Speed parameter. Default 1.0.
Number of iterations. Default 100.
Random seed for reproducibility.
Optional initial coordinates.
Normalize output to [0,1]. Default TRUE.
Gravity behavior: "linear", "degree", or "none".
Cooling schedule: "constant", "vcf", or "linear".
Anchor force strength for animations.
Additional arguments (ignored).