man/geom_tippoint.Rd
6c9cd355
 % Generated by roxygen2: do not edit by hand
1d4d6914
 % Please edit documentation in R/geom_point.R
0c8aaf33
 \name{geom_tippoint}
 \alias{geom_tippoint}
 \title{geom_tippoint}
 \usage{
7d9641c6
 geom_tippoint(mapping = NULL, data = NULL, position = "identity",
   na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, ...)
0c8aaf33
 }
 \arguments{
1d4d6914
 \item{mapping}{aes mapping}
 
6c9cd355
 \item{data}{data}
 
 \item{position}{position}
 
 \item{na.rm}{logical}
 
 \item{show.legend}{logical}
 
 \item{inherit.aes}{logical}
 
 \item{...}{addktional parameter}
0c8aaf33
 }
 \value{
 tip point layer
 }
 \description{
1d4d6914
 add tip point
0c8aaf33
 }
 \author{
1d4d6914
 Guangchuang Yu
0c8aaf33
 }