The R Project SVN R

Rev

Rev 23644 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23644 Rev 25118
Line 10... Line 10...
10
        the plot. Only used if \code{y} is present and a factor.}
10
        the plot. Only used if \code{y} is present and a factor.}
11
    \item{\dots}{Further arguments to \code{\link{plot}}, see also
11
    \item{\dots}{Further arguments to \code{\link{plot}}, see also
12
        \code{\link{par}}.}
12
        \code{\link{par}}.}
13
}
13
}
14
\description{
14
\description{
15
  This functions implements a ``scatterplot'' method for
15
  This functions implements a \dQuote{scatterplot} method for
16
  \code{\link{factor}} arguments of the \emph{generic}
16
  \code{\link{factor}} arguments of the \emph{generic}
17
  \code{\link{plot}} function.
17
  \code{\link{plot}} function.
18
  Actually, \code{\link{boxplot}} or \code{\link{barplot}} are used when
18
  Actually, \code{\link{boxplot}} or \code{\link{barplot}} are used when
19
  appropriate.
19
  appropriate.
20
}
20
}