R/reconstructed.taxa.R

reconstructed.taxa <-
function(treearray,delete){
	phy <- list()
	for (j in 1:length(treearray)){
		temp <- reconstructed.taxa.single(treearray[[j]],delete)
		phy <- c(phy, list(temp))
		}
	phy
	}

Try the TreeSim package in your browser

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

TreeSim documentation built on May 2, 2019, 3:23 a.m.