R/qchi.r

"qchi" <-
function(p,df = 2, lower.tail = TRUE)
  {
    return(sqrt(qchisq(p, df = df, lower.tail=lower.tail)))
  }
ClementCalenge/adehabitat documentation built on May 6, 2019, 12:02 p.m.