Learn R Programming

emoa (version 0.5-3)

normalize_points: Scale point cloud

Description

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

Usage

normalize_points(points, minval, maxval)

Value

Scaled points.

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.

Author

Olaf Mersmann olafm@statistik.tu-dortmund.de