275491b1 |
geom_label2(mapping = NULL, data = NULL, ..., family = "sans",
parse = FALSE, nudge_x = 0, nudge_y = 0, label.padding = unit(0.25,
"lines"), label.r = unit(0.15, "lines"), label.size = 0.25,
na.rm = TRUE, show.legend = NA, inherit.aes = TRUE)
|
7d9641c6 |
\item{parse}{if TRUE, the labels will be passd into expressions}
\item{nudge_x}{horizontal adjustment}
\item{nudge_y}{vertical adjustment}
\item{label.padding}{Amount of padding around label.}
\item{label.r}{Radius of rounded corners.}
\item{label.size}{Size of label border, in mm}
\item{na.rm}{logical}
\item{show.legend}{logical}
\item{inherit.aes}{logical}
}
\value{
label layer
}
\description{
geom_text2 support aes(subset) via setup_data
}
\author{
Guangchuang Yu
}
\seealso{
\link[ggplot2]{geom_label}
}
|