stat_hilight {ggtree}R Documentation

stat_hilight

Description

stat_hilight

Usage

stat_hilight(
  mapping = NULL,
  data = NULL,
  geom = "rect",
  position = "identity",
  node,
  show.legend = NA,
  inherit.aes = FALSE,
  fill,
  alpha,
  extend = 0,
  extendto = NULL,
  ...
)

Arguments

mapping

aes mapping

data

data

geom

geometric object

position

position

node

node number

show.legend

show legend

inherit.aes

logical

fill

fill color

alpha

transparency

extend

extend xmax of the rectangle

extendto

extend xmax to extendto

...

additional parameter

Value

layer


[Package ggtree version 2.0.4 Index]