R/sph.tailup.R

Defines functions sph.tailup

sph.tailup <- function(dist.hydro, weight, parsil = parsil, range1 = range1)
{
	parsil*(1 - 1.5*(dist.hydro/range1) +
		0.5*(dist.hydro/range1)^3)*(dist.hydro < range1)*weight
}

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.