R/norm2.R

Defines functions .norm2

.norm2 <- function(x)
{
  return(sqrt(sum(x^2)))
}

Try the GPLTR package in your browser

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

GPLTR documentation built on Aug. 27, 2023, 1:06 a.m.