layout.norm() was renamed to norm_coords() to create a more
consistent API.
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.
