elaborator_plot_quant_trends - Function to draw Boxplots for each Treatment and Labparameter
elaborator_plot_quant_trends(
dat1,
signtest = TRUE,
Visit1,
Visit2,
sameaxes = FALSE,
ats = NULL,
cols = NULL,
labelvis = NULL,
labcolumn,
sortpoints = FALSE,
pcutoff = 0.01,
cexoutliers = 0.7,
infotest = NULL,
sortinput = as.character(unique(dat1[, labcolumn])),
bordercol = NULL,
add_points = TRUE,
connect_lines = FALSE
)
data set
boolean value if signtest should be performded (TRUE/FALSE)
visit time point one
visit time point two
boolean value if boxplot should have the same y-axis for the treatments within a labparameter
ats parameter
colors of boxplots
visibility of labels
labparameter column
boolean value if dots in boxplot should be sorted
limit for p-values were the background should be colored
size of the outliers
List object from the perform test function.
sorting rule
color of boxes which are not selected to perform a test
boolean value if points should be added to the Boxplots (TRUE/FALSE)
boolean value if subject values should be connected via lines (TRUE/FALSE)