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
	}
tanja819/TreeSim documentation built on May 31, 2019, 2:57 a.m.