- abund
(matrix or data.frame) abundance data, will be plottes as distribution
- quant
(matrix or data.frame) optional additional abundance data, to plot 2nd distribution, eg of normalized data
- custLay
(matrix) describing sammple-setup, typically produced by
- normalizeMeth
(character, length=1) name of normalization method (will be displayed in title of figure)
- softNa
(character, length=1) name of quantitation-software (typically 2-letter abbreviation, eg 'MQ')
- refLi
(integer) to display number reference lines
- refLiIni
(integer) to display initial number reference lines
- notLogAbund
(logical) set to TRUE
if abund
is linear but should be plotted as log2
- figMarg
(numeric, length=4) custom figure margins (will be passed to par
), defaults to c(3.5, 3.5, 3, 1)
- tit
(character) custom title
- las
(integer) indicate orientation of text in axes
- cexAxis
(numeric) size of numeric axis labels as cex-expansion factor (see also par
)
- nameSer
(character) custom label for data-sets or columns (length must match number of data-sets)
- cexNameSer
(numeric) size of individual data-series labels as cex-expansion factor (see also par
)
- silent
(logical) suppress messages
- callFrom
(character) allow easier tracking of messages produced
- debug
(logical) display additional messages for debugging