Skip to content

Instantly share code, notes, and snippets.

library(ape)
library(ggtree) ## Ggtree is on github, devtools::install_github("GuangchuangYu/ggtree")
library(ggplot2)
library(gridExtra)
## Random tree
set.seed(5)
phy <- rtree(15)
## No transformation