gzoom | R Documentation |
gzoom method
gzoom method
zoom selected subtree
gzoom(object, focus, subtree = FALSE, widths = c(0.3, 0.7), ...)
## S4 method for signature 'ggtree'
gzoom(object, focus, widths = c(0.3, 0.7), xmax_adjust = 0)
## S4 method for signature 'treedata'
gzoom(object, focus, subtree = FALSE, widths = c(0.3, 0.7))
## S4 method for signature 'phylo'
gzoom(object, focus, subtree = FALSE, widths = c(0.3, 0.7))
object |
supported tree objects |
focus |
selected tips |
subtree |
logical |
widths |
widths |
... |
additional parameter |
xmax_adjust |
adjust xmax ( |
figure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.