R/norm_2.R

Defines functions norm_2

Documented in norm_2

norm_2 <-
function(x){
 sqrt(sum(x^2))
}

Try the MultiCNVDetect package in your browser

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

MultiCNVDetect documentation built on May 2, 2019, 2:49 p.m.