The R Project SVN R

Rev

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

Rev 30448 Rev 32212
Line 13... Line 13...
13
\arguments{
13
\arguments{
14
  \item{x}{object of class \code{data.frame}.}
14
  \item{x}{object of class \code{data.frame}.}
15
  \item{\dots}{further arguments to \code{\link{stripchart}},
15
  \item{\dots}{further arguments to \code{\link{stripchart}},
16
    \code{\link{plot.default}} or \code{\link{pairs}}.}
16
    \code{\link{plot.default}} or \code{\link{pairs}}.}
17
}
17
}
-
 
18
\details{
-
 
19
  This is intended for data frames with \emph{numeric} columns, and
-
 
20
  first calls \code{\link{data.matrix}} to convert the data frame to a
-
 
21
  numeric matrix.  That may well be inappropriate: for example numerical
-
 
22
  conversion of dates will lose their special meaning and a warning will
-
 
23
  be given.
-
 
24
}
18
\seealso{
25
\seealso{
19
  \code{\link{data.frame}}
26
  \code{\link{data.frame}}
20
}
27
}
21
\examples{
28
\examples{
22
plot(OrchardSprays[1], method="jitter")
29
plot(OrchardSprays[1], method="jitter")