hexpand {ggtree}R Documentation

hexpand

Description

hexpand

vexpand

expand xlim (ylim) by ratio of x (y) range

Usage

hexpand(ratio, direction = 1)

vexpand(ratio, direction = 1)

ggexpand(ratio, direction = 1, side = "hv")

Arguments

ratio

expand x (y) limits by amount of xrange (yrange) * ratio

direction

expand x limit at right hand side if direction is 1, or left hand side if direction is -1

side

one of 'h' for horizontal and 'v' for vertical or 'hv' for both.

Value

ggexpand object

Author(s)

Guangchuang Yu


[Package ggtree version 2.4.2 Index]