Last chance! 50% off unlimited learning
Sale ends in
powered by
Norm a vector to unit length.
vnorm(x)
An n by 1 vector.
the scaled (i.e., unit length) input vector
# NOT RUN { x <- rnorm(5) v <- vnorm(x) print(v) # }
Run the code above in your browser using DataLab