From b4998d0a694773594eccb8a7bc842230c8f6703b Mon Sep 17 00:00:00 2001 From: Joran Elias Date: Tue, 6 Feb 2024 15:09:35 -0700 Subject: [PATCH] re-oxygenize --- man/geom_density_ridges.Rd | 1 + 1 file changed, 1 insertion(+) diff --git a/man/geom_density_ridges.Rd b/man/geom_density_ridges.Rd index d13a4c7..3fcc33c 100644 --- a/man/geom_density_ridges.Rd +++ b/man/geom_density_ridges.Rd @@ -96,6 +96,7 @@ Required aesthetics are in bold. \itemize{ \item \strong{\code{x}} \item \strong{\code{y}} +\item \code{weight} Optional case weights passed to \code{stats::density} to calculate a weighted density estimate \item \code{group} Defines the grouping. Not needed if a categorical variable is mapped onto \code{y}, but needed otherwise. Will typically be the same variable as is mapped to \code{y}. \item \code{height} The height of each ridgeline at the respective x value. Automatically calculated and