From 80a260b07c1bb8596039e33a856046d00bad3f2c Mon Sep 17 00:00:00 2001 From: mariusbarth Date: Tue, 18 Jun 2024 14:45:51 +0200 Subject: [PATCH] updated Rd files --- man/apa_barplot.Rd | 3 +++ man/apa_beeplot.Rd | 3 +++ man/apa_lineplot.Rd | 3 +++ 3 files changed, 9 insertions(+) diff --git a/man/apa_barplot.Rd b/man/apa_barplot.Rd index d5437073..999e7bd5 100644 --- a/man/apa_barplot.Rd +++ b/man/apa_barplot.Rd @@ -30,6 +30,7 @@ apa_barplot(data, ...) xlab = NULL, ylab = NULL, main = NULL, + set_par = TRUE, ... ) @@ -95,6 +96,8 @@ case, multiple lines are drawn, where the dimensions of the matrix determine the \item{main}{Character or expression. For up to two factors, simply specify the main title. If you stratify the data by more than two factors, either specify a single value that will be added to automatically generated main title, \emph{or} specify an array of multiple titles, one for each plot area.} + +\item{set_par}{Logical. Determines whether \code{par(mfrow = .)} should be set for multi-panel plots.} } \value{ A named (nested) list of plot options including raw and derived data. \emph{Note that the structure of the return value is about to change in a forthcoming release of papaja.} diff --git a/man/apa_beeplot.Rd b/man/apa_beeplot.Rd index 8be4efc2..ed5b7fce 100644 --- a/man/apa_beeplot.Rd +++ b/man/apa_beeplot.Rd @@ -31,6 +31,7 @@ apa_beeplot(data, ...) xlab = NULL, ylab = NULL, main = NULL, + set_par = TRUE, ... ) @@ -98,6 +99,8 @@ case, multiple lines are drawn, where the dimensions of the matrix determine the \item{main}{Character or expression. For up to two factors, simply specify the main title. If you stratify the data by more than two factors, either specify a single value that will be added to automatically generated main title, \emph{or} specify an array of multiple titles, one for each plot area.} + +\item{set_par}{Logical. Determines whether \code{par(mfrow = .)} should be set for multi-panel plots.} } \value{ A named (nested) list of plot options including raw and derived data. \emph{Note that the structure of the return value is about to change in a forthcoming release of papaja.} diff --git a/man/apa_lineplot.Rd b/man/apa_lineplot.Rd index b185959a..b7ae829d 100644 --- a/man/apa_lineplot.Rd +++ b/man/apa_lineplot.Rd @@ -31,6 +31,7 @@ apa_lineplot(data, ...) xlab = NULL, ylab = NULL, main = NULL, + set_par = TRUE, ... ) @@ -98,6 +99,8 @@ case, multiple lines are drawn, where the dimensions of the matrix determine the \item{main}{Character or expression. For up to two factors, simply specify the main title. If you stratify the data by more than two factors, either specify a single value that will be added to automatically generated main title, \emph{or} specify an array of multiple titles, one for each plot area.} + +\item{set_par}{Logical. Determines whether \code{par(mfrow = .)} should be set for multi-panel plots.} } \value{ A named (nested) list of plot options including raw and derived data. \emph{Note that the structure of the return value is about to change in a forthcoming release of papaja.}