powered by
The main argument is a list of (rooted) trees which are plotted on the same scale.
kronoviz(x, layout = length(x), horiz = TRUE, ...)
NULL
a list of (rooted) trees of class "phylo".
"phylo"
an integer giving the number of trees plotted simultaneously; by default all.
a logical specifying whether the trees should be plotted rightwards (the default) or upwards.
further arguments passed to plot.phylo.
plot.phylo
Emmanuel Paradis
The size of the individual plots is proportional to the size of the trees.
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 DataLab