Scale coordinates of a layout.
See also
Other layout modifiers:
component_wise(),
layout_modifier()
Other graph layouts:
add_layout_(),
component_wise(),
layout_(),
layout_as_bipartite(),
layout_as_star(),
layout_as_tree(),
layout_in_circle(),
layout_nicely(),
layout_on_grid(),
layout_on_sphere(),
layout_randomly(),
layout_with_dh(),
layout_with_fr(),
layout_with_gem(),
layout_with_graphopt(),
layout_with_kk(),
layout_with_lgl(),
layout_with_mds(),
layout_with_sugiyama(),
merge_coords(),
norm_coords()
Examples
layout_(make_ring(10), with_fr(), normalize())
#> [,1] [,2]
#> [1,] 0.2811658 -1.00000000
#> [2,] 0.7909317 -0.63507932
#> [3,] 1.0000000 -0.03024950
#> [4,] 0.8333225 0.58294920
#> [5,] 0.3427992 0.98092922
#> [6,] -0.2791935 1.00000000
#> [7,] -0.7907697 0.63044139
#> [8,] -1.0000000 0.02539405
#> [9,] -0.8309357 -0.59098622
#> [10,] -0.3423460 -0.98625007
