f1f0d8d2 |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_hilight.R
|
1be2c982 |
\name{geom_hilight}
\alias{geom_hilight}
\title{geom_hilight}
\usage{
|
f31fbd75 |
geom_hilight(node, fill = "steelblue", alpha = 0.5, extend = 0, ...)
|
1be2c982 |
}
\arguments{
|
9a1c4d17 |
\item{node}{selected node to hilight (required)}
|
f1f0d8d2 |
|
9a1c4d17 |
\item{fill}{color fill (default = steelblue)}
|
1be2c982 |
|
9a1c4d17 |
\item{alpha}{alpha transparency, (default = 0.5)}
|
1c42aaf2 |
|
9a1c4d17 |
\item{extend}{extend xmax of the rectangle (default = 0)}
|
1c42aaf2 |
|
f31fbd75 |
\item{...}{additional parameters}
|
1be2c982 |
}
\value{
|
f1f0d8d2 |
ggplot2
|
1be2c982 |
}
\description{
|
f1f0d8d2 |
layer of hilight clade with rectangle
|
1be2c982 |
}
\author{
Guangchuang Yu
}
|