deleteTips | R Documentation |
This function removes certain tips from a phylogenetic network, returning the pruned network.
deleteTips(net, tips)
net |
An object of class 'evonet.' |
tips |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.