Usage
boxResidMonth(eList, stdResid = FALSE, las = 1, printTitle = TRUE,
cex = 0.8, cex.axis = 1.1, cex.main = 1.1, font.main = 2,
tinyPlot = FALSE, customPar = FALSE, ...)
Arguments
eList
named list with at least the Sample and INFO dataframes
stdResid
logical variable, if TRUE it uses the standardized residual, if FALSE it uses the actual, default is FALSE
las
numeric in {0,1,2,3}; the style of axis labels
printTitle
logical variable if TRUE title is printed, if FALSE not printed (this is best for a multi-plot figure)
cex
numerical value giving the amount by which plotting symbols should be magnified
cex.axis
magnification to be used for axis annotation relative to the current setting of cex
cex.main
magnification to be used for main titles relative to the current setting of cex
font.main
font to be used for plot main titles
tinyPlot
logical variable, if TRUE plot is designed to be plotted small, as a part of a multipart figure, default is FALSE
customPar
logical defaults to FALSE. If TRUE, par() should be set by user before calling this function
...
arbitrary graphical parameters that will be passed to genericEGRETDotPlot function (see ?par for options)