R/norm.R

`norm` <-
function(x,y){
e<-sqrt(sum((x-y)^2))

e
}
nunesmatt/binhf documentation built on May 25, 2019, 8:18 a.m.