R/const.R

Defines functions const

const <-
function(i,t,l,mu,rho) {
	if (i==1) {
		ci = 1-rho[1]
		} else {
		ci = 1-rho[i] + rho[i] * q2(i-1,t[i],t,l,mu,rho)	}
	ci
	}

Try the TreePar package in your browser

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

TreePar documentation built on May 1, 2019, 9:20 p.m.