rescale_2pi(xvars, xlim = NULL, zero = FALSE)
If the full range of values to be scaled is not present in the vectors, users can specify the range to be scaled to [0, 2 * pi] with the xlim argument. Values in the vectors will be rescaled as if they according to this range.
rescale_01
, rescale_11