The R Project SVN R

Rev

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

Rev 68948 Rev 74363
Line 20... Line 20...
20
}
20
}
21
\details{
21
\details{
22
  This is intended for data frames with \emph{numeric} columns. For more
22
  This is intended for data frames with \emph{numeric} columns. For more
23
  than two columns it first calls \code{\link{data.matrix}} to convert
23
  than two columns it first calls \code{\link{data.matrix}} to convert
24
  the data frame to a numeric matrix and then calls \code{\link{pairs}}
24
  the data frame to a numeric matrix and then calls \code{\link{pairs}}
25
  to produce a scatterplot matrix).  This can fail and may well be
25
  to produce a scatterplot matrix.  This can fail and may well be
26
  inappropriate: for example numerical conversion of dates will lose
26
  inappropriate: for example numerical conversion of dates will lose
27
  their special meaning and a warning will be given.
27
  their special meaning and a warning will be given.
28
 
28
 
29
  For a two-column data frame it plots the second column against the
29
  For a two-column data frame it plots the second column against the
30
  first by the most appropriate method for the first column.
30
  first by the most appropriate method for the first column.