plot_BICompare: Display modalities on a phylogeny.

View source: R/plot_BICompare.R

plot_BICompareR Documentation

Display modalities on a phylogeny.

Description

Plot a phylogeny with branches colored according to modalities

Usage

plot_BICompare(phylo,BICompare)

Arguments

phylo

an object of type 'phylo' (see ape documentation)

BICompare

an object of class 'BICompare', output of the 'BICompare' function

Value

a plot of the phylogeny with branches colored according to which modalities they belong to.

Author(s)

E Lewitus

References

Lewitus, E., Morlon, H., Characterizing and comparing phylogenies from their Laplacian spectrum, bioRxiv doi: http://dx.doi.org/10.1101/026476

See Also

BICompare

Examples


data(Cetacea)
#result <- BICompare(Cetacea,5)
#plot_BICompare(Cetacea,result)

RPANDA documentation built on Oct. 24, 2022, 5:06 p.m.