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