Learn R Programming

bfw (version 0.4.2)

Normalize: Normalize

Description

simple function to normalize data

Usage

Normalize(x)

Arguments

x

numeric vector to normalize

Examples

Run this code
# NOT RUN {
Normalize(1:10)
# [1] 0.0182 0.0364 0.0545 0.0727 0.0909
# 0.1091 0.1273 0.1455 0.1636 0.1818
# }

Run the code above in your browser using DataLab