scale_to_01: Scale to [0,1]

Description Usage Arguments Examples

View source: R/scale_to_01.R

Description

Scale to [0,1]

Usage

1

Arguments

x

Vector.

Examples

1
2
3
scale_to_01(35:85)
(35:85-35)/(85-35)
scale_to_01(runif(10))

BayesBP documentation built on Aug. 28, 2020, 1:10 a.m.

Related to scale_to_01 in BayesBP...