R/rchi.r

"rchi" <-
function(n, df=2)
  {
    return(sqrt(rchisq(n, df)))
  }

Try the adehabitat package in your browser

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

adehabitat documentation built on Jan. 28, 2018, 5:02 p.m.