Learn R Programming

phylotools (version 0.1.1)

del.tree.tip: Randomly Delete tree tip labels

Description

This function will randomly deleting tree tip labels, this is an internal function in phylotools

Usage

del.tree.tip(tree, n)

Arguments

tree
The phylogenetic tree
n
Number of tips to be deleted

Value

  • The phylogenetic tree in class 'phylo'

References

To be added

See Also

help

Examples

Run this code
data(bird.orders)
del.tree.tip(bird.orders, 4)

Run the code above in your browser using DataLab