boxplot_VICI: Plotting function for displaying boxplots and associated...

View source: R/boxplot_VICI.R

boxplot_VICIR 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
)

Arguments

pval_2plot

a data.frame with the p-values to display.

inter

a logical flag indicating whether we are in the interarm setting or not. Default is TRUE.

baseline

baseline value used in title when inter is FALSE. Default is NULL.

res_2plot

a data.frame.

Value

a ggpubr plot object

Author(s)

Boris Hejblum


vici documentation built on April 26, 2023, 5:11 p.m.