normalize.vector {ppls}R Documentation

Normalization of a vector

Description

normalizes a vector to unit length

Usage

normalize.vector(v)

Arguments

v vector

Value

normalized vector

Note

This is an auxiliary function.

Author(s)

Nicole Kr"amer

Examples

v<-1:5
w<-normalize.vector(v)

[Package ppls version 1.03 Index]