layout.norm: Normalize coordinates for plotting graphs

View source: R/layout.R

layout.normR Documentation

Normalize coordinates for plotting graphs

Description

[Deprecated]

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 NULL then no normalization is performed along this direction.

ymin, ymax

The limits for the second coordinate, if one of them or both are NULL then no normalization is performed along this direction.

zmin, zmax

The limits for the third coordinate, if one of them or both are NULL then no normalization is performed along this direction.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.