geom_treescale {ggtree}R Documentation

geom_treescale

Description

add tree scale

Usage

geom_treescale(
  x = NULL,
  y = NULL,
  width = NULL,
  offset = NULL,
  offset.label = NULL,
  label = NULL,
  color = "black",
  linesize = 0.5,
  fontsize = 3.88,
  family = "sans"
)

Arguments

x

x position

y

y position

width

width of scale

offset

offset of text to line

offset.label

offset of scale title to line.

label

the title of tree scale, default is NULL.

color

color

linesize

size of line

fontsize

size of text

family

sans by default, can be any supported font

Value

ggplot layers

Author(s)

Guangchuang Yu


[Package ggtree version 3.2.0 Index]