R/exp.Euclid.R

Defines functions exp.Euclid

exp.Euclid <-
function(parsil, distance.matrix)
{
parsil*exp(-3*distance.matrix)
}

Try the SSN package in your browser

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

SSN documentation built on March 7, 2023, 5:30 p.m.