R/exp.taildown.R

Defines functions exp.taildown

exp.taildown <- function(dist.hydro, a.mat, b.mat, parsil = parsil, 
	range1 = range1, useTailDownWeight, weight = NULL)
{
	V <- parsil*exp(-3*dist.hydro/range1)
	if(useTailDownWeight == TRUE) V <- V*weight
	V
}

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.