Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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)


emoa

Evolutionary Multiobjective Optimization Algorithms

v0.5-0.1
GPL-2
Authors
Olaf Mersmann <olafm@statistik.tu-dortmund.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.