The R Project SVN R

Rev

Rev 59039 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61153
Line 16... Line 16...
16
\method{boxplot}{matrix}(x, use.cols = TRUE, \dots)
16
\method{boxplot}{matrix}(x, use.cols = TRUE, \dots)
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{x}{a numeric matrix.}
19
  \item{x}{a numeric matrix.}
20
  \item{use.cols}{logical indicating if columns (by default) or rows
20
  \item{use.cols}{logical indicating if columns (by default) or rows
21
    (\code{use.cols=FALSE}) should be plotted.}
21
    (\code{use.cols = FALSE}) should be plotted.}
22
  \item{\dots}{Further arguments to \code{\link{boxplot}}.}
22
  \item{\dots}{Further arguments to \code{\link{boxplot}}.}
23
}
23
}
24
\value{
24
\value{
25
  A list as for \code{\link{boxplot}}.
25
  A list as for \code{\link{boxplot}}.
26
}
26
}