door_norm: rescale the data values from 0 to 1

View source: R/door_norm.R

door_normR Documentation

rescale the data values from 0 to 1

Description

door_norm is used to normalize the data in values from 0 to 1.

Usage

door_norm(x)

Arguments

x

a numeric vector

Author(s)

Shouwen Ma <shouwen.ma@uni-konstanz.de>

Daniel Münch <daniel.muench@uni-konstanz.de>

Examples

# create example data
x <- rnorm(10)

# run door_norm on it
door_norm(x)


Dahaniel/DoOR.functions documentation built on Feb. 20, 2024, 7:04 p.m.