powered by
Uses ape functionality to get the frequencies and names of clades in an MCMC chain or subset thereof.
clade.freq(x, start, end, rooted = FALSE, ...)
clade.df A data froma containing clade names and frequencies
A multiPhylo or rwty.chain object
The index of the first tree to consider in calcuating frequencies
The index of the last tree to consider in calculating frequencies
(TRUE/FALSE). Tells RWTY whether your trees are rooted or not.
Arguments to be passed to ape's prop.part function
if (FALSE) { data(fungus) clade.freq(fungus$Fungus.Run1, start=10, end=100) }
Run the code above in your browser using DataLab