R/normalize.vector.R

`normalize.vector` <-
function(v){
    v/sqrt(sum(v^2))
}

Try the ppls package in your browser

Any scripts or data that you put into this service are public.

ppls documentation built on May 1, 2019, 10:53 p.m.