From 96a1470a52db8b38693445ff7099df79d29539c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ka=C5=82=C4=99dkowski?= <6959016+gogonzo@users.noreply.github.com> Date: Mon, 13 May 2024 11:28:25 +0200 Subject: [PATCH] Remove inexisting params docs (#229) These arguments don't exist --- R/geom_axes_line.R | 2 -- man/geom_axes_lines.Rd | 4 ---- 2 files changed, 6 deletions(-) diff --git a/R/geom_axes_line.R b/R/geom_axes_line.R index 1ceb105d..d036eb55 100644 --- a/R/geom_axes_line.R +++ b/R/geom_axes_line.R @@ -4,8 +4,6 @@ #' \code{\link{g_spaghettiplot}}, and ('g_density_distribution_plot'), but may also work in general. #' #' @param data ('data.frame') data where `hline_vars` and `vline_var` columns are taken from. -#' @param agg_label ('character') label for the line denoting the Mean or Median. -#' @param color_comb ('character') denoting the color of the Mean or Median line. #' @param hline_arb ('numeric vector') value identifying intercept for arbitrary horizontal lines. #' @param hline_arb_color ('character vector') optional, color for the arbitrary horizontal lines. #' @param hline_arb_label ('character vector') optional, label for the legend to the arbitrary horizontal lines. diff --git a/man/geom_axes_lines.Rd b/man/geom_axes_lines.Rd index 063200ed..60d1390a 100644 --- a/man/geom_axes_lines.Rd +++ b/man/geom_axes_lines.Rd @@ -48,10 +48,6 @@ Needs \code{data} to be specified.} \item{vline_vars_colors}{('character vector') colors for the vertical lines defined by variables.} \item{vline_vars_labels}{('character vector') labels for the legend to the vertical lines defined by variables.} - -\item{agg_label}{('character') label for the line denoting the Mean or Median.} - -\item{color_comb}{('character') denoting the color of the Mean or Median line.} } \value{ \code{ggplot} object