normalize_points: Scale point cloud

View source: R/indicators.r

normalize_pointsR Documentation

Scale point cloud

Description

Rescale all points to lie in the box bounded by minval and maxval.

Usage

normalize_points(points, minval, maxval)

Arguments

points

Matrix containing points, one per column.

minval

Optional lower limits for the new bounding box.

maxval

Optional upper limits for the new bounding box.

Value

Scaled points.

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de


olafmersmann/emoa documentation built on Feb. 11, 2024, 11:24 p.m.