plot.primerTree | R Documentation |
plot function for a primerTree object, calls plot_tree_ranks
## S3 method for class 'primerTree' plot(x, ranks = NULL, main = NULL, ...)
x |
primerTree object to plot |
ranks |
The ranks to include, defaults to all common ranks, if NULL print all ranks. If 'none' just print the layout. |
main |
an optional title to display, if NULL displays the name as the title |
... |
additional arguments passed to plot_tree_ranks |
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.