R/cpos.R

Defines functions cpos

cpos <-
function(p, np) 
{
  rval <- .Call("cpos",
    as.numeric(p),
    as.integer(np))

  return(rval)
}

Try the R2BayesX package in your browser

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

R2BayesX documentation built on Aug. 2, 2024, 3 a.m.