View source: R/plot_BICompare.R
plot_BICompare | R Documentation |
Plot a phylogeny with branches colored according to modalities
plot_BICompare(phylo,BICompare)
phylo |
an object of type 'phylo' (see ape documentation) |
BICompare |
an object of class 'BICompare', output of the 'BICompare' function |
a plot of the phylogeny with branches colored according to which modalities they belong to.
E Lewitus
Lewitus, E., Morlon, H., Characterizing and comparing phylogenies from their Laplacian spectrum, bioRxiv doi: http://dx.doi.org/10.1101/026476
BICompare
data(Cetacea)
result <- BICompare(Cetacea,5)
plot_BICompare(Cetacea,result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.