From 7f32d55fc7cc377cd5fab833c9ba0cf7b5dad256 Mon Sep 17 00:00:00 2001 From: Jesse Onland Date: Sun, 8 Jan 2023 19:52:06 -0500 Subject: [PATCH] Update geom_dotplot.Rd Correct duplicated "x" in descriptions of x and y in Computed variables section. --- man/geom_dotplot.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/geom_dotplot.Rd b/man/geom_dotplot.Rd index ff0f08759c..3c6316ef49 100644 --- a/man/geom_dotplot.Rd +++ b/man/geom_dotplot.Rd @@ -145,7 +145,7 @@ Learn more about setting these aesthetics in \code{vignette("ggplot2-specs")}. These are calculated by the 'stat' part of layers and can be accessed with \link[=aes_eval]{delayed evaluation}. \itemize{ -\item \code{after_stat(x)}\cr center of each bin, if \code{binaxis} is \code{"x"}. +\item \code{after_stat(x)}\cr center of each bin, if \code{binaxis} is \code{"y"}. \item \code{after_stat(y)}\cr center of each bin, if \code{binaxis} is \code{"x"}. \item \code{after_stat(binwidth)}\cr maximum width of each bin if method is \code{"dotdensity"}; width of each bin if method is \code{"histodot"}. \item \code{after_stat(count)}\cr number of points in bin.