R/comBim.R

comBim <-
function(subTax,k){
	#provides a matrix of possible bin sizes given k
	v<-length(subTax)
	comBin<-t(restrictedparts(v,k,include.zero=FALSE))
	return(comBin)
	}

Try the iteRates package in your browser

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

iteRates documentation built on May 2, 2019, 9:12 a.m.