phylo
treedata
ggtree
$
ggimage
set.seed(2019-08-05) x <- rtree(30) nn <- tidytree::offspring(x, 43, self_include=TRUE) ggtree(x) + ggforce::facet_zoom(xy = node %in% nn)
Figure F.1: Zoom in selected clade.