R/respgau.R

Defines functions respgau

Documented in respgau

respgau <-
function(x, param, uht = TRUE)
{
    if (!uht)
        param <- beta2uht(param)
    u <- param[1]
    h <- param[2]
    t <- param[3]
    h * exp(-(x - u)^2 / (2 * t^2))
}

Try the rspecies package in your browser

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

rspecies documentation built on May 2, 2019, 4:43 p.m.