gzoom-methods: gzoom method

Description Usage Arguments Value

Description

gzoom method

gzoom method

zoom selected subtree

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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))

Arguments

object

supported tree objects

focus

selected tips

subtree

logical

widths

widths

...

additional parameter

xmax_adjust

adjust xmax (xlim[2])

Value

figure


ggtree documentation built on Nov. 15, 2020, 2:09 a.m.