normalize_points | R Documentation |
Rescale all points to lie in the box bounded by minval
and maxval
.
normalize_points(points, minval, maxval)
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. |
Scaled points.
Olaf Mersmann olafm@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.