The R Project SVN R

Rev

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

Rev 76628 Rev 77234
Line 39... Line 39...
39
  }
39
  }
40
  \item{var}{A syntactical name for a variable.}
40
  \item{var}{A syntactical name for a variable.}
41
  \item{seq}{An expression evaluating to a vector (including a list and
41
  \item{seq}{An expression evaluating to a vector (including a list and
42
    an \link{expression}) or to a \link{pairlist} or \code{NULL}.  A
42
    an \link{expression}) or to a \link{pairlist} or \code{NULL}.  A
43
    factor value will be coerced to a character vector.  As from \R
43
    factor value will be coerced to a character vector.  As from \R
44
    3.7.0 this can be a long vector.}
44
    4.0.0 this can be a long vector.}
45
  \item{expr, cons.expr, alt.expr}{
45
  \item{expr, cons.expr, alt.expr}{
46
    An \emph{expression} in a formal sense.  This is either a
46
    An \emph{expression} in a formal sense.  This is either a
47
    simple expression or a so-called \emph{compound expression}, usually
47
    simple expression or a so-called \emph{compound expression}, usually
48
    of the form \code{\{ expr1 ; expr2 \}}.
48
    of the form \code{\{ expr1 ; expr2 \}}.
49
  }
49
  }