clade.freq: Returns clade names and frequencies

Description Usage Arguments Value Examples

Description

Uses ape functionality to get the frequencies and names of clades in an MCMC chain or subset thereof.

Usage

1
clade.freq(x, start, end, rooted = FALSE, ...)

Arguments

x

A multiPhylo or rwty.chain object

start

The index of the first tree to consider in calcuating frequencies

end

The index of the last tree to consider in calculating frequencies

rooted

(TRUE/FALSE). Tells RWTY whether your trees are rooted or not.

...

Arguments to be passed to ape's prop.part function

Value

clade.df A data froma containing clade names and frequencies

Examples

1
2
3
4
5
## Not run: 
data(fungus)
clade.freq(fungus$Fungus.Run1, start=10, end=100)

## End(Not run)

rwty documentation built on May 2, 2019, 4 p.m.