layout.norm {igraph} | R Documentation |
Normalize coordinates for plotting graphs
Description
layout.norm()
was renamed to norm_coords()
to create a more
consistent API.
Usage
layout.norm(
layout,
xmin = -1,
xmax = 1,
ymin = -1,
ymax = 1,
zmin = -1,
zmax = 1
)
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 |
ymin , ymax |
The limits for the second coordinate, if one of them or
both are |
zmin , zmax |
The limits for the third coordinate, if one of them or both
are |
[Package igraph version 2.0.3 Index]