Learn R Programming

CaliCo (version 0.1.1)

unscale.vector: Function which unscale a vector between two bounds

Description

Function which unscale a vector between two bounds

Usage

unscale.vector(x, binf, bsup)

Arguments

x

the vector to unscale

binf

the lower bound

bsup

the upper bound

Value

y the vector unscaled

Examples

Run this code
# NOT RUN {
X <- runif(3)
Y <-unscale.vector(X,rep(10,3),rep(15,3))
print(Y)
# }

Run the code above in your browser using DataLab