Scale coordinates of a layout.
See also
Other layout modifiers:
component_wise()
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.09096126 -1.0000000
#> [2,] -0.53792883 -0.8813376
#> [3,] -0.95684288 -0.4219894
#> [4,] -1.00000000 0.1908760
#> [5,] -0.67853962 0.7301523
#> [6,] -0.09747169 1.0000000
#> [7,] 0.53026861 0.8838206
#> [8,] 0.94593981 0.4153134
#> [9,] 1.00000000 -0.2001062
#> [10,] 0.67590077 -0.7396812