geom_cladelabel2: geom_cladelabel2

Description Usage Arguments Value Author(s) See Also

View source: R/geom_cladelabel2.R

Description

annotate a clade with bar and text label

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
geom_cladelabel2(
  node,
  label,
  offset = 0,
  offset.text = 0,
  offset.bar = 0,
  align = FALSE,
  barsize = 0.5,
  fontsize = 3.88,
  hjust = 0,
  geom = "text",
  color = NULL,
  family = "sans",
  parse = FALSE,
  horizontal = TRUE,
  ...
)

Arguments

node

selected node

label

clade label

offset

offset of bar and text from the clade

offset.text

offset of text from bar

offset.bar

offset of bar from text

align

logical

barsize

size of bar

fontsize

size of text

hjust

justify text horizontally

geom

one of 'text' or 'label'

color

color for clade & label, of length 1 or 2

family

sans by default, can be any supported font

parse

logical, whether parse label

horizontal

logical, whether set label to horizontal, default is TRUE.

...

additional parameter

Value

ggplot layers

Author(s)

JustGitting

See Also

geom_cladelabel


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