R/scale.R
scale_vec.Rd
Scale a vector
scale_vec(x, scale, divide)
Numeric vector.
Value to scale the vector(s) by. Defaults by 100
If TRUE, divide the vector by the scale. Otherwise, multiply.
TRUE