clade.freq | R Documentation |
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, ...)
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 |
clade.df A data froma containing clade names and frequencies
## Not run:
data(fungus)
clade.freq(fungus$Fungus.Run1, start=10, end=100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.