R/PosGroups.R

PosGroups <-
function(subTax,size){
	#wrapper - gives possible groupings of taxa of a given size
	temp<-combinations(length(subTax),size,subTax)
	return(temp)
	}

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.