6c9cd355 |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_hilight.R
|
cb732553 |
\name{geom_hilight}
\alias{geom_hilight}
\title{geom_hilight}
\usage{
|
1949a7f4 |
geom_hilight(node, fill = "steelblue", alpha = 0.5, extend = 0,
extendto = NULL)
|
cb732553 |
}
\arguments{
|
6c9cd355 |
\item{node}{selected node to hilight}
\item{fill}{color fill}
|
cb732553 |
|
6c9cd355 |
\item{alpha}{alpha (transparency)}
|
1949a7f4 |
\item{extend}{extend xmax of the rectangle}
\item{extendto}{extend xmax to extendto}
|
cb732553 |
}
\value{
|
6c9cd355 |
ggplot2
|
cb732553 |
}
\description{
|
6c9cd355 |
layer of hilight clade with rectangle
|
cb732553 |
}
\author{
Guangchuang Yu
}
|