The R Project SVN R

Rev

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

Rev 7081 Rev 7313
Line 5... Line 5...
5
}
5
}
6
\alias{plot.factor}
6
\alias{plot.factor}
7
\arguments{
7
\arguments{
8
    \item{x,y}{numeric or factor.  \code{y} may be missing.}
8
    \item{x,y}{numeric or factor.  \code{y} may be missing.}
9
    \item{legend.text}{a vector of text used to construct a legend for
9
    \item{legend.text}{a vector of text used to construct a legend for
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 ``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.