rescalePoints: Rescaling of points.

Description Usage Arguments Value

Description

Rescales a cloud of points so that all the point are located within the bounds given by lower and upper. If both parameters are missing the minimal/maximal values per dimension are extracted.

Usage

1
rescalePoints(x, lower = NULL, upper = NULL)

Arguments

x

[matrix]
Matrix of points.

lower

[numeric(1)]
Lower bound of the new bounding box.

upper

[numeric(1)]
Upper bound of the new bounding box.

Value

[matrix]


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.