R/mod_downloadImage.R
mod_downloadImage.RdA shiny Module. This module allows user to download the adjusted tree image. Current download formats include png, pdf, and tiff.
mod_downloadImage_ui(id) mod_downloadImage_server(input, output, session, tree_out)
| id | shiny id |
|---|---|
| input | internal |
| output | internal |
| session | internal |
| treeout | from cladeAnnotator module; mostly like class of ggtree, gg, gglot2 if user combined genetic data with tree data; if not then class phylo |
downloadImage Function