R/partransform.R

partransform <-
function(a,r){
	l<- r/(1-a)
	mu <- a*l
	c(l,mu)
	}
tanja819/TreePar documentation built on May 31, 2019, 2:57 a.m.