R/tass_inf.R

Defines functions tass_inf

Documented in tass_inf

tass_inf <-
function(dx, dy, marks, par=list(b=3.52*0.975, c=6.1, smark=1)) {
# TASS influence function  s - c[exp(R/b) - 1]
    with(as.list(par),
        pmax(0, marks[[smark]] - c * (exp(sqrt(dx^2 + dy^2) / b) - 1))
    )
}

Try the siplab package in your browser

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

siplab documentation built on March 18, 2022, 6:53 p.m.