diff --git a/R/apa_barplot.R b/R/apa_barplot.R index 35df806..fefe987 100644 --- a/R/apa_barplot.R +++ b/R/apa_barplot.R @@ -4,7 +4,7 @@ #' a factorial design and set APA-friendly defaults. #' #' @inherit apa_factorial_plot -#' @inheritDotParams apa_factorial_plot +#' @param ... Further arguments passed on to [apa_factorial_plot()]. #' @family plots for factorial designs #' #' @examples diff --git a/R/apa_beeplot.R b/R/apa_beeplot.R index 82e27e1..a96000e 100644 --- a/R/apa_beeplot.R +++ b/R/apa_beeplot.R @@ -4,7 +4,7 @@ #' a factorial design and set APA-friendly defaults. #' #' @inherit apa_factorial_plot -#' @inheritDotParams apa_factorial_plot +#' @param ... Further arguments passed on to [apa_factorial_plot()]. #' @family plots for factorial designs #' @examples #' apa_beeplot( diff --git a/R/apa_lineplot.R b/R/apa_lineplot.R index 1936b8d..490e199 100644 --- a/R/apa_lineplot.R +++ b/R/apa_lineplot.R @@ -4,7 +4,6 @@ #' a factorial design and set APA-friendly defaults. #' #' @inherit apa_factorial_plot -#' @inheritDotParams apa_factorial_plot #' #' @family plots for factorial designs #' @examples @@ -34,6 +33,7 @@ #' , las = 1 #' ) #' +#' @param ... Further arguments passed on to [apa_factorial_plot()]. #' @import grDevices #' @import graphics #' @rdname apa_lineplot @@ -44,7 +44,6 @@ apa_lineplot <- function(data, ...){ } - #' @rdname apa_lineplot #' @export diff --git a/man/apa_barplot.Rd b/man/apa_barplot.Rd index f93e692..23e5bd4 100644 --- a/man/apa_barplot.Rd +++ b/man/apa_barplot.Rd @@ -45,11 +45,7 @@ apa_barplot(data, ...) \arguments{ \item{data}{A \code{data.frame} that contains the data, or an object of class \code{afex_aov}.} -\item{...}{ - Arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot}} - \describe{ - \item{\code{}}{} - }} +\item{...}{Further arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot()}}.} \item{id}{Character. Variable name that identifies subjects.} diff --git a/man/apa_beeplot.Rd b/man/apa_beeplot.Rd index 21ec8e9..a8d85f6 100644 --- a/man/apa_beeplot.Rd +++ b/man/apa_beeplot.Rd @@ -46,11 +46,7 @@ apa_beeplot(data, ...) \arguments{ \item{data}{A \code{data.frame} that contains the data, or an object of class \code{afex_aov}.} -\item{...}{ - Arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot}} - \describe{ - \item{\code{}}{} - }} +\item{...}{Further arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot()}}.} \item{id}{Character. Variable name that identifies subjects.} diff --git a/man/apa_lineplot.Rd b/man/apa_lineplot.Rd index 15b6ee0..128a294 100644 --- a/man/apa_lineplot.Rd +++ b/man/apa_lineplot.Rd @@ -46,11 +46,7 @@ apa_lineplot(data, ...) \arguments{ \item{data}{A \code{data.frame} that contains the data, or an object of class \code{afex_aov}.} -\item{...}{ - Arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot}} - \describe{ - \item{\code{}}{} - }} +\item{...}{Further arguments passed on to \code{\link[=apa_factorial_plot]{apa_factorial_plot()}}.} \item{id}{Character. Variable name that identifies subjects.}