Learn R Programming

geiger (version 0.2-6)

rc: 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?

Value

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

References

XXX

Examples

Run this code
data(geospiza)
attach(geospiza)

rc(geospiza.tree)

Run the code above in your browser using DataLab