Rescale coordinates linearly to be within given bounds.
Arguments
- layout
A matrix with two or three columns, the layout to normalize.
- xmin, xmax
The limits for the first coordinate, if one of them or both are
NULLthen no normalization is performed along this direction.- ymin, ymax
The limits for the second coordinate, if one of them or both are
NULLthen no normalization is performed along this direction.- zmin, zmax
The limits for the third coordinate, if one of them or both are
NULLthen no normalization is performed along this direction.
Details
norm_coords() normalizes a layout, it linearly transforms each
coordinate separately to fit into the given limits.
See also
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(),
normalize()
Author
Gabor Csardi csardi.gabor@gmail.com
