Internal function for displaying significance histograms
histogram_VICI(
data_df,
pval_2plot,
response_name,
input,
inter = TRUE,
baseline = NULL
)
a ggpubr
plot object
a data.frame
.
a data.frame
with the p-values to display.
a character string indicating the name of the response.
internal input from UI.
a logical flag indicating whether we are in the interarm setting or not.
Default is TRUE
.
baseline value used in title when inter
is FALSE
.
Default is NULL
.
Clément NERESTAN