zoomClade {ggtree}R Documentation

zoomClade

Description

zoom selected clade of a tree

Usage

zoomClade(tree_view = NULL, node, xexpand = NULL)

Arguments

tree_view

tree view (i.e. the ggtree object). If tree_view is NULL, the last ggplot will be used.

node

internal node number to specify a clade. If NULL, using the whole tree

xexpand

numeric, extend x, meaning the ratio of range of original x, default is NULL.

Value

full tree with zoom in clade

Author(s)

Guangchuang Yu


[Package ggtree version 3.2.0 Index]