scale_range {arkhe} | R Documentation |
Rescale Continuous Vector (minimum, maximum)
Description
Rescales continuous vector to have specified minimum and maximum.
Usage
scale_range(x, to = c(0, 1), from = range(x, finite = TRUE))
Arguments
x |
A |
to |
A length-two |
from |
A length-two |
Value
A numeric
vector.
Note
For internal use only.
See Also
Other scales:
scale_midpoint()
[Package arkhe version 1.7.0 Index]