View source: R/cumulative.freq.R
cumulative.freq | R Documentation |
This function calculates the cumulative mean split frequencies of clades as an MCMC progresses.
cumulative.freq(chains, burnin = 0, window.size = 20)
chains |
A list of rwty.chain objects. |
burnin |
The number of trees to eliminate as burnin. Defaults to zero. |
window.size |
The number of trees to include in each window (note, specified as a number of sampled trees, not a number of generations) |
A list of rwty.cumulative objects, one per chain in the input list of chains. Each rwty.cumulative object contains the cumulative mean split frequencies of clades at sp windows, and a translation table that converts clade groupings to factors.
## Not run:
data(fungus)
cumulative.data <- cumulative.freq(fungus, burnin=20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.