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.7116738 0.7230987
#> [2,] 0.1517127 1.0000000
#> [3,] -0.4639190 0.8984142
#> [4,] -0.9056187 0.4571093
#> [5,] -1.0000000 -0.1643782
#> [6,] -0.7153917 -0.7176244
#> [7,] -0.1541421 -1.0000000
#> [8,] 0.4622235 -0.8993136
#> [9,] 0.9043890 -0.4515502
#> [10,] 1.0000000 0.1651288
