The R Project SVN R

Rev

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

Rev 56186 Rev 57939
Line 1... Line 1...
1
% File src/library/graphics/man/boxplot.matrix.Rd
1
% File src/library/graphics/man/boxplot.matrix.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 2008 R Core Development Team
3
% Copyright 2008 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
-
 
6
\newcommand{\CRANpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
-
 
7
 
6
\name{boxplot.matrix}
8
\name{boxplot.matrix}
7
\alias{boxplot.matrix}
9
\alias{boxplot.matrix}
8
\title{Draw a Boxplot for each Column (Row) of a Matrix}
10
\title{Draw a Boxplot for each Column (Row) of a Matrix}
9
\description{
11
\description{
10
  Interpreting the columns (or rows) of a matrix as different groups, draw a
12
  Interpreting the columns (or rows) of a matrix as different groups, draw a
Line 20... Line 22...
20
  \item{\dots}{Further arguments to \code{\link{boxplot}}.}
22
  \item{\dots}{Further arguments to \code{\link{boxplot}}.}
21
}
23
}
22
\value{
24
\value{
23
  A list as for \code{\link{boxplot}}.
25
  A list as for \code{\link{boxplot}}.
24
}
26
}
25
\author{Martin Maechler, 1995, for S+, then \R package \pkg{sfsmisc}.}
27
\author{Martin Maechler, 1995, for S+, then \R package \CRANpkg{sfsmisc}.}
26
\seealso{\code{\link{boxplot.default}} which already works nowadays with
28
\seealso{\code{\link{boxplot.default}} which already works nowadays with
27
  data.frames; \code{\link{boxplot.formula}}, \code{\link{plot.factor}} which
29
  data.frames; \code{\link{boxplot.formula}}, \code{\link{plot.factor}} which
28
  work with (the more general concept) of a grouping factor.
30
  work with (the more general concept) of a grouping factor.
29
}
31
}
30
\examples{
32
\examples{