drawMAPlot {maDB}R Documentation

Draw a standard MA plot

Description

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).

Usage

drawMAPlot(M, A, lwd = 1, ...)

Arguments

M A vector with M values.
A A vector with A values.
lwd The line width.
... Additional attributes for the plot call.

Value

An MA plot.

Author(s)

Johannes Rainer

See Also

drawMA


[Package maDB version 1.12.0 Index]