The R Project SVN R

Rev

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

Rev 54554 Rev 56113
Line 25... Line 25...
25
  \item{y}{the response, if not given in x.}
25
  \item{y}{the response, if not given in x.}
26
  \item{fun}{a function (or name of one) to be applied to each
26
  \item{fun}{a function (or name of one) to be applied to each
27
    subset.  It must return one number for a numeric (vector) input.}
27
    subset.  It must return one number for a numeric (vector) input.}
28
  \item{data}{data frame containing the variables referenced by \code{x}
28
  \item{data}{data frame containing the variables referenced by \code{x}
29
    when that is formula like.}
29
    when that is formula like.}
30
  \item{\dots}{graphical arguments such as \code{col}, see \code{\link{par}}.}
30
  \item{\dots}{\link{graphical parameters} such as \code{col},
-
 
31
    see \code{\link{par}}.}
31
  \item{ylim}{range of y values, as in \code{\link{plot.default}}.}
32
  \item{ylim}{range of y values, as in \code{\link{plot.default}}.}
32
  \item{xlab}{x axis label, see \code{\link{title}}.}
33
  \item{xlab}{x axis label, see \code{\link{title}}.}
33
  \item{ylab}{y axis label with a \sQuote{smart} default.}
34
  \item{ylab}{y axis label with a \sQuote{smart} default.}
34
  \item{main}{main title, see \code{\link{title}}.}
35
  \item{main}{main title, see \code{\link{title}}.}
35
  \item{ask}{logical indicating if the user should be asked before a new
36
  \item{ask}{logical indicating if the user should be asked before a new