R/qchi.r

"qchi" <-
function(p,df = 2, lower.tail = TRUE)
  {
    return(sqrt(qchisq(p, df = df, lower.tail=lower.tail)))
  }

Try the adehabitatLT package in your browser

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

adehabitatLT documentation built on April 6, 2023, 5:18 p.m.