| Normalize {evolqg} | R Documentation | 
Normalize and Norm
Description
Norm returns the euclidian norm of a vector, Normalize returns a vector with unit norm.
Usage
Normalize(x)
Norm(x)
Arguments
x | 
 Numeric vector  | 
Value
Normalized vector or inpout vector norm.
Author(s)
Diogo Melo, Guilherme Garcia
Examples
x <- rnorm(10)
n.x <- Normalize(x)
Norm(x)
Norm(n.x)
[Package evolqg version 0.3-4 Index]