layout.norm | R Documentation |
layout.norm()
was renamed to norm_coords()
to create a more
consistent API.
layout.norm(
layout,
xmin = -1,
xmax = 1,
ymin = -1,
ymax = 1,
zmin = -1,
zmax = 1
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.