Learn R Programming

VBmix (version 0.2.8)

normalizeVariable: normalizeVariable

Description

normalizes a variable (numeric vector) in [0,1].

Usage

normalizeVariable(v)

Arguments

v
a numeric vector.

Value

  • normalized numeric vector.

Examples

Run this code
temp <- normalizeVariable(irisdata[,1])

Run the code above in your browser using DataLab