rc {geiger}R Documentation

Relative cladogenesis test

Description

Carries out relative cladogenesis test for all slices through the tree.

Usage

rc(phy, plot = T)

Arguments

phy Phylogenetic tree
plot Plot tree with significant branches highlighted?

Details

Value

Table of results with three columns: number of ancestors, maximum descendents, p-value

Note

Author(s)

Luke J. Harmon

References

XXX

See Also

Examples


data(geospiza)
attach(geospiza)

rc(geospiza.tree)


[Package geiger version 0.2-6 Index]