densityTree | R Documentation |
Functions plots a posterior sample of trees, including with mapped discrete characters.
make.transparent
is used internally and converts a color to transparent with a certain user-specified alpha
level.
densityTree(trees, colors="blue", alpha=NULL, method="plotTree",
fix.depth=FALSE, use.edge.length=TRUE, compute.consensus=TRUE,
use.gradient=FALSE, show.axis=TRUE, ...)
make.transparent(color, alpha)
trees |
an object of class |
colors |
a color or a named vector of colors in which names correspond to mapped states in an object of class |
alpha |
transparency level for plotted trees which is passed to internally used function, |
method |
plotting method to be used internally. Can be |
fix.depth |
logical value indicating whether or not to plot trees with a fixed depth or to permit plotted trees to have different depths. |
use.edge.length |
logical value indicating whether to use the edge lengths of the input tree. Defaults to |
compute.consensus |
logical value indicating whether or not to use the tip order from a consensus tree. (Defaults to |
use.gradient |
logical value indicating whether to plot all trees slightly offset using a rainbow color gradient. (Defaults to |
show.axis |
logical value indicating whether or not to include a horizontal axis in the plot. |
... |
arguments to be passed to |
color |
in |
Function creates a plot.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.