Learn R Programming

phylotools (version 0.1.2)

plotcut: Cutting the phylogenetic cutting pattern by a given time or times

Description

Add a line to the plot phylogenetic tree

Usage

plotcut(tree, n)

Arguments

tree
The phylogenetic tree in class 'phylo' defined in ape
n
Number of randomly placed lines to add to.

Details

This function add lines to a phylogenetic tree randomly. There for it is only a demonstration for cutting patters of the phylogenetic tree. This cutting pattern could be used to evaluate the inequality of clade insufficient sampling as implemented in meangini

See Also

meangini

Examples

Run this code
data(bird.orders)
plotcut(bird.orders, 10)

Run the code above in your browser using DataLab