\name{drawMAPlot}
\alias{drawMAPlot}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{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, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{M}{A vector with M values.}
  \item{A}{A vector with A values.}
  \item{lwd}{The line width.}
  \item{\dots}{Additional attributes for the plot call.}
}
\value{
An MA plot.
}
\author{Johannes Rainer}

\seealso{\code{\link{drawMA}}}
\keyword{data}