ggtree
provides functions for visualizing phylogenetic tree and its associated data in R.ggtree
provides functions for visualizing phylogenetic tree and its associated data in R.drawing phylogenetic tree from phylo object
ggtree(tr, mapping = NULL, layout = "rectangular", open.angle = 0, mrsd = NULL, as.Date = FALSE, yscale = "none", yscale_mapping = NULL, ladderize = TRUE, right = FALSE, branch.length = "branch.length", ndigits = NULL, ...)
require(ape)
tr <- rtree(10)
ggtree(tr)
Run the code above in your browser using DataLab