R/rnchg.R

Defines functions `rnchg`

`rnchg` <- function(n, n1, n2, m1, psi, debug=0)
{
  .Call("C_rnchg", PACKAGE="RxCEcolInf",
	list("n"=as.integer(n),
	     "n1"=as.double(n1),
	     "n2"=as.double(n2),
	     "m1"=as.double(m1),
	     "psi"=as.double(psi)))
}

Try the RxCEcolInf package in your browser

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

RxCEcolInf documentation built on Nov. 6, 2021, 5:07 p.m.