From c1d38e0fc41fc9eff71ac525a8fc69e98cd0d1c7 Mon Sep 17 00:00:00 2001 From: borishejblum Date: Fri, 2 Feb 2024 11:16:59 +0100 Subject: [PATCH] fixing NOTE --- R/boxplot_VICI.R | 2 +- man/boxplot_VICI.Rd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/boxplot_VICI.R b/R/boxplot_VICI.R index 822864a..b8c1bb5 100644 --- a/R/boxplot_VICI.R +++ b/R/boxplot_VICI.R @@ -2,7 +2,7 @@ #' #'Internal function for displaying significance boxplots #' -#'@param res_2plot a \code{data.frame}. +#'@param data_df a \code{data.frame}. #'@param pval_2plot a \code{data.frame} with the p-values to display. #'@param inter a logical flag indicating whether we are in the interarm setting or not. #'Default is \code{TRUE}. diff --git a/man/boxplot_VICI.Rd b/man/boxplot_VICI.Rd index ef553e5..9585717 100644 --- a/man/boxplot_VICI.Rd +++ b/man/boxplot_VICI.Rd @@ -14,6 +14,8 @@ boxplot_VICI( ) } \arguments{ +\item{data_df}{a \code{data.frame}.} + \item{pval_2plot}{a \code{data.frame} with the p-values to display.} \item{inter}{a logical flag indicating whether we are in the interarm setting or not. @@ -21,8 +23,6 @@ Default is \code{TRUE}.} \item{baseline}{baseline value used in title when \code{inter} is \code{FALSE}. Default is \code{NULL}.} - -\item{res_2plot}{a \code{data.frame}.} } \value{ a \code{ggpubr} plot object