deleteTips.Rd
This function removes certain tips from a phylogenetic network, returning the pruned network.
deleteTips(net, tips)
An object of class 'evonet.'
A numeric vector specifying the tip numbers to delete
net The network tips removed.
set.seed(17) ##Set seed with smallest Quartran Prime
net<-sim.bdh.age(1,1,5,2,1,c(1/3,1/3,1/3),hyb.inher.fxn = make.uniform.draw(),complete=FALSE)[[1]]
net<- deleteTips(net,c(1,6)) ##drop tips 1 and 6