R/infExpoTree.R

Defines functions infExpoTree

Documented in infExpoTree

infExpoTree <- function(pars,times,ttypes,survival=TRUE,vflag=0,
                        root.lineages=0) 
{
  f <- .Call("infTreeEval",parameters=pars,
      times=as.numeric(times),ttypes=as.integer(ttypes),
      survival=as.integer(c(survival,vflag,root.lineages)))
  return(f)
}

Try the expoTree package in your browser

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

expoTree documentation built on May 29, 2017, 3:49 p.m.