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.3098611 -1.000000000
#> [2,] 0.8102587 -0.629488106
#> [3,] 1.0000000 -0.007244444
#> [4,] 0.7955051 0.615951717
#> [5,] 0.2928537 0.993064922
#> [6,] -0.3167327 1.000000000
#> [7,] -0.8126155 0.626816032
#> [8,] -1.0000000 0.001603550
#> [9,] -0.7996484 -0.620430877
#> [10,] -0.2982000 -0.998501399
