geom_cladelabel2: geom_cladelabel2

View source: R/geom_cladelabel2.R

geom_cladelabel2R Documentation

geom_cladelabel2

Description

annotate a clade with bar and text label

Usage

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, defaults to TRUE.

...

additional parameter

Value

ggplot layers

Author(s)

JustGitting

See Also

geom_cladelabel


YuLab-SMU/ggtree documentation built on April 15, 2024, 5:19 p.m.