plotPrintTipLoess {limma} | R Documentation |
Creates a coplot giving MA-plots with lowess curves by print-tip groups.
plotPrintTipLoess(MA,layout,array=1,span=0.3,...)
MA |
list with components M containing log-ratios and A containing average intensities |
layout |
a list specifying the number of tip rows and columns and the number of spot rows and columns printed by each tip |
array |
integer giving the array to be plotted. Corresponds to columns of M and A . |
span |
span of window for lowess curve |
... |
other arguments passed to panel.smooth |
A plot is created on the current graphics device
Gordon Smyth
An overview of diagnostic functions available in LIMMA is given in 6.Diagnostics.