boxplot_VICI {vici} | R Documentation |
Plotting function for displaying boxplots and associated p-values
Description
Internal function for displaying significance boxplots
Usage
boxplot_VICI(
data_df,
pval_2plot,
response_name,
input,
inter = TRUE,
baseline = NULL,
fill = FALSE
)
Arguments
data_df |
a |
pval_2plot |
a |
response_name |
a character string indicating the name of the response. |
input |
internal input from UI. |
inter |
a logical flag indicating whether we are in the interarm setting or not.
Default is |
baseline |
baseline value used in title when |
fill |
a logical flag indicating if the boxplot is filled
Default if |
Value
a ggpubr
plot object
Author(s)
Boris Hejblum
[Package vici version 0.7.3 Index]