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,] 1.0000000 0.1809687
#> [2,] 0.7104397 0.7313289
#> [3,] 0.1487960 1.0000000
#> [4,] -0.4666510 0.8832536
#> [5,] -0.9025416 0.4339439
#> [6,] -1.0000000 -0.1858822
#> [7,] -0.7071462 -0.7340898
#> [8,] -0.1455567 -1.0000000
#> [9,] 0.4696901 -0.8897022
#> [10,] 0.9083100 -0.4412655