geom_treescale {ggtree}R Documentation

geom_treescale

Description

add tree scale

Usage

geom_treescale(x = NULL, y = NULL, width = NULL, offset = 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

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 1.16.1 Index]