Scale values from the unit interval to their original scale
scale_from_unit(scaled_vals, max_orig, min_orig)
A numeric
vector of values scaled to lie in the
closed interval [0, 1] by use of scale_to_unit
.
The maximum of the values on the original scale.
The minimum of the values on the original scale.