Boxplot function used in app elaborator
elaborator_boxplot(
elab_data,
draw_points_logical,
same_axes_per_treatment_logical,
boxplot_color,
boxplot_border_color,
lines_data,
number_plots,
tol_percentage,
test_results_logical,
length_visit2_is_one_logical,
sort_points,
incProgress,
outliers_logical,
col_lines_options,
custom_visit
)
No return value. Boxplots are generated, used in elaborator.
nested elaborator data with possibly up to three nests 'raw', 'test' and 'differences' grouped by treatment and labparameter
a logical (TRUE/FALSE) if points should be drawn
a logical (TRUE/FALSE) if same axes should be used within lab parameters
vector with color(s) for boxplots
vector with color(s) for boxplots border (used to incidate which visits are used for statistical tests)
data frame with connection lines between subjects lab values
number of plots (used in progress bar (if incProgress is TRUE))
tolerated percentage value
a logical (TRUE/FALSE) if statistical test is used
a logical (TRUE/FALSE) if statistical test is performed between one or more visits (this will influence the appearence of the background)
a logical (TRUE/FALSE) indicates if shiny progress bar is used
option how the lines between visits should be colorized. Possible options are "first_last","each_visit", "custom_visits" or "all_grey". In the first three options decrease is colorized blue and an increase orange.
if col_lines_options is "custom_visits" then two visits need to be selected. Otherwise all lines are grey.