rescaling: Rescale numeric vector to have a specified range

View source: R/pictplot.R

rescalingR Documentation

Rescale numeric vector to have a specified range

Description

Rescale numeric vector to have a specified range

Usage

rescaling(x, from = 0, to = 1)

Arguments

x

a numeric vector

from

lowest value

to

highest value

Value

a rescaled numeric vector

See Also

rescaling01

Examples

rescaling( 1:5, from = 0, to = 10 )

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.