| save_taxonomy_graphics | R Documentation |
Save taxonomy summary charts and tables to multi-page PDF
save_taxonomy_graphics(
all_results,
hist_plot,
pdf_file = NULL,
caption_texts = NULL,
rank_names = c("Phylum", "Class", "Order", "Family", "Genus", "Species"),
verbose = FALSE
)
all_results |
Combined assignments table from write_initial_assignments |
hist_plot |
ggplot2 object for histogram |
pdf_file |
Output path for multi-page PDF. If NULL (default), no file is written. |
caption_texts |
Vector of captions for PDF pages (optional) |
rank_names |
Vector of rank names (default: c("Phylum",...)) |
verbose |
Logical; if TRUE, emit a message when a PDF is written. Default FALSE. |
List with plots/tables; includes pdf_file when written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.