ape (version 3.0-10)

kronoviz: Plot Multiple Chronograms on the Same Scale

Description

The main argument is a list of (rooted) trees which are plotted on the same scale.

Usage

kronoviz(x, layout = length(x), horiz = TRUE, ...)

Arguments

Value

NULL

Details

The size of the individual plots is proportional to the size of the trees.

See Also

plot.phylo

Examples

Run this code
TR <- replicate(10, rcoal(sample(11:20, size = 1)), simplify = FALSE)
kronoviz(TR)
kronoviz(TR, horiz = FALSE, type = "c", show.tip.label = FALSE)

Run the code above in your browser using DataCamp Workspace