powered by
Norm a vector to unit length.
vnorm(x)
the scaled (i.e., unit length) input vector
An n by 1 vector.
Niels Waller
x <- rnorm(5) v <- vnorm(x) print(v)
Run the code above in your browser using DataLab