# \donttest{
data(otutab, package = "pcutils")
# run yourself
if (interactive()) {
ann_tree(taxonomy, otutab) -> tree
easy_tree(tree) -> p
some_tax <- table(taxonomy$Phylum) %>%
sort(decreasing = TRUE) %>%
head(5) %>%
names()
add_strip(p, some_tax)
}
# }
Run the code above in your browser using DataLab