The R Project SVN R

Rev

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

Rev 62715 Rev 63010
Line 1... Line 1...
1
% File src/library/graphics/man/pairs.Rd
1
% File src/library/graphics/man/pairs.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 1995-2012 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{pairs}
6
\name{pairs}
7
\alias{pairs}
7
\alias{pairs}
8
\alias{pairs.default}
8
\alias{pairs.default}
Line 25... Line 25...
25
      cex.labels = NULL, font.labels = 1,
25
      cex.labels = NULL, font.labels = 1,
26
      row1attop = TRUE, gap = 1, log = "")
26
      row1attop = TRUE, gap = 1, log = "")
27
}
27
}
28
\arguments{
28
\arguments{
29
  \item{x}{the coordinates of points given as numeric columns of a
29
  \item{x}{the coordinates of points given as numeric columns of a
30
    matrix or dataframe.  Logical and factor columns are converted to
30
    matrix or data frame.  Logical and factor columns are converted to
31
    numeric in the same way that \code{\link{data.matrix}} does.
31
    numeric in the same way that \code{\link{data.matrix}} does.
32
  }
32
  }
33
  \item{formula}{a formula, such as \code{~ x + y + z}.  Each term will
33
  \item{formula}{a formula, such as \code{~ x + y + z}.  Each term will
34
    give a separate variable in the pairs plot, so terms should be
34
    give a separate variable in the pairs plot, so terms should be
35
    numeric vectors.  (A response will be interpreted as another
35
    numeric vectors.  (A response will be interpreted as another