# NOT RUN {
library(gridExtra)
library(directlabels)
#plot all the common ranks
plot_tree_ranks(mammals_16S$tree, mammals_16S$taxonomy)
#plot specific ranks, with a larger dot size
plot_tree_ranks(mammals_16S$tree, mammals_16S$taxonomy,
ranks=c('kingdom', 'class', 'family'), size=3)
# }
Run the code above in your browser using DataLab