S3 method for plotting CAISEr objects output by run_experiment()
.
# S3 method for CAISEr
plot(
x,
y = NULL,
...,
latex = FALSE,
reorder = FALSE,
show.text = TRUE,
digits = 3,
layout = NULL
)
list object of class CAISEr.
unused. Included for consistency with generic plot
method.
other parameters to be passed down to specific plotting functions (currently unused)
logical: should labels be formatted for LaTeX? (useful for
later saving using library TikzDevice
)
logical: should the comparisons be reordered alphabetically?
logical: should text be plotted?
how many significant digits should be used in text?
optional parameter to override the layout of the plots (see
gridExtra::arrangeGrobs()
for details. The default layout is
lay = rbind(c(1,1,1,1,1,1), c(1,1,1,1,1,1), c(2,2,2,3,3,3))
list containing (1) a list of of ggplot2
objects generated, and
(2) a list of data frames used for the creation of the plots.