powered by
plot function for a primerTree object, calls plot_tree_ranks
# S3 method for primerTree plot(x, ranks = NULL, main = NULL, ...)
primerTree object to plot
The ranks to include, defaults to all common ranks, if NULL print all ranks. If 'none' just print the layout.
optional title to display, if NULL displays the name as the title
additional arguments passed to plot_tree_ranks
plot_tree_ranks, plot_tree
plot_tree_ranks
plot_tree
library(gridExtra) library(directlabels) #plot with all common ranks plot(mammals_16S) #plot only the class plot(mammals_16S, 'class') #plot the layout only plot(mammals_16S, 'none')
Run the code above in your browser using DataLab