Normalize: Normalize

View source: R/basic_functions.R

NormalizeR Documentation

Normalize

Description

simple function to normalize data

Usage

Normalize(x)

Arguments

x

numeric vector to normalize

Examples

Normalize(1:10)
# [1] 0.0182 0.0364 0.0545 0.0727 0.0909
# 0.1091 0.1273 0.1455 0.1636 0.1818

bfw documentation built on March 18, 2022, 6:19 p.m.