View source: R/bayou-plotting.R
| phenogram.density | R Documentation | 
Plots a phenogram and the posterior density for optima values
phenogram.density(
  tree,
  dat,
  burnin = 0,
  chain,
  colors = NULL,
  pp.cutoff = NULL,
  K = NULL,
  ...
)
tree | 
 A phylogeny of class 'phylo'  | 
dat | 
 A named vector of tip data  | 
burnin | 
 The initial proportion of the MCMC to be discarded  | 
chain | 
 A bayouMCMC object that contains the results of an MCMC chain  | 
colors | 
 An optional named vector of colors to assign to regimes,   | 
pp.cutoff | 
 The posterior probability cutoff value. Branches with posterior probabilities of having a shift above this value will have the average location of the regime shift painted onto the branches.  | 
K | 
 A list with the values of K to be plotted. If   | 
... | 
 Additional parameters passed to   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.