rescale: Rescaling functions

Description Usage Arguments

View source: R/rescale.R

Description

A Family of functions for transform the values of a vector such that it falls into a specified range, without modifying the ratios between values.

Usage

1
2
3
4
5
6
7
rescale(x, minx, maxx)

rescale01(x)

rescale11(x)

rescale100(x)

Arguments

x

numeric vector

minx

The desired minimum for the output vector

maxx

The desired maximum for the output vector


AABoyles/ShRoud documentation built on May 5, 2019, 11:28 a.m.