normalize_points: Scale point cloud

Description Usage Arguments Value Author(s)

View source: R/indicators.r

Description

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

Usage

1
  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


emoa documentation built on March 13, 2020, 2:59 a.m.