rescaling: Rescale numeric vector to have a specified range

Description Usage Arguments Value See Also Examples

View source: R/utils.R

Description

Rescale numeric vector to have a specified range

Usage

1
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

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

tsuda16k/noesis documentation built on Nov. 25, 2020, 10:16 a.m.