geom_hilight {ggtree}R Documentation

geom_hilight

Description

layer of hilight clade with rectangle

Usage

geom_hilight(node, fill = "steelblue", alpha = 0.5, extend = 0,
  extendto = NULL)

Arguments

node

selected node to hilight (required)

fill

color fill (default = steelblue)

alpha

alpha transparency, (default = 0.5)

extend

extend xmax of the rectangle (default = 0)

extendto

extend xmax to extendto (default = NULL)

Value

ggplot2

Author(s)

Guangchuang Yu


[Package ggtree version 1.16.0 Index]