powered by
Generate a rooted tree with a star shape based on a sequence calls of several functions.
gen.star.tree(N, total.height = 1)
Return a rooted tree in Class phylo with a star shape.
Class phylo
number of leaves.
total tree height.
Wei-Chen Chen wccsnow@gmail.com
A tree with a star shape means that all internal branches are 0 and all leaf branches are equal.
This function combining with gen.seq.HKY or gen.seq.SNP is used in simulation studies and bootstrap tree samples
gen.seq.HKY
gen.seq.SNP
Phylogenetic Clustering Website: https://snoweye.github.io/phyclust/
ms. as.star.tree, get.rooted.tree.height. rescale.rooted.tree. as.phylo, plot.phylo.
ms
as.star.tree
get.rooted.tree.height
rescale.rooted.tree
as.phylo
plot.phylo
if (FALSE) { library(phyclust, quiet = TRUE) ret.star <- gen.star.tree(5) plot(ret.star, type = "u") }
Run the code above in your browser using DataLab