https://github.com/cran/PPCI
Tip revision: 20aefc9955133b9d3a2f3ea6366edd542e26701d authored by David Hofmeyr on 16 February 2018, 12:43:08 UTC
version 0.1.1
version 0.1.1
Tip revision: 20aefc9
norm_vec.Rd
\name{norm_vec}
\alias{norm_vec}
\title{Euclidean Norm of a Vector}
\description{
Computes the Euclidean (L2) norm of a vector
}
\usage{
norm_vec(v)
}
\arguments{
\item{v}{a numeric vector}
}
\value{
the Euclidean norm of v.
}
\keyword{internal}
