RESCALE {soilfoodwebs} | R Documentation |
A function to rescale a vector.
Description
A function to rescale a vector.
Usage
RESCALE(invec, a = 0, b = 1)
Arguments
invec |
The vector to re-scale. |
a |
The lower limit of the new scale. |
b |
The upper limit of the new scale. |
Value
The scaled vector.
[Package soilfoodwebs version 1.0.2 Index]