R/manhattan.R

Defines functions `manhattan`

`manhattan` <-
function(x,y) 
{
  man <- sum(abs(x-y))
  return(man)
}

Try the fossil package in your browser

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

fossil documentation built on March 23, 2020, 5:06 p.m.