drawMAPlot {maDB} | R Documentation |
This function draws a simple M versus A plot with a lowess curve, a line for the mean A value, mean M value (drawn as red lines) and median M and A value (drawn as green line).
drawMAPlot(M, A, lwd = 1, ...)
M |
A vector with M values. |
A |
A vector with A values. |
lwd |
The line width. |
... |
Additional attributes for the plot call. |
An MA plot.
Johannes Rainer