The R Project SVN R

Rev

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

Rev 18347 Rev 19503
Line 7... Line 7...
7
\details{
7
\details{
8
  The following unary and binary operators are defined.  They are listed
8
  The following unary and binary operators are defined.  They are listed
9
  in precedence groups, from highest to lowest.
9
  in precedence groups, from highest to lowest.
10
  \tabular{ll}{
10
  \tabular{ll}{
11
    \code{[ [[}\tab indexing\cr
11
    \code{[ [[}\tab indexing\cr
-
 
12
    \code{::}\tab name space/variable name separator\cr
12
    \code{$ @}\tab component / slot extraction\cr
13
    \code{$ @ ::}\tab component / slot extraction\cr
13
    \code{^}\tab exponentiation (right to left)\cr
14
    \code{^}\tab exponentiation (right to left)\cr
14
    \code{- +}\tab unary minus and plus\cr
15
    \code{- +}\tab unary minus and plus\cr
15
    \code{:}\tab sequence operator\cr
16
    \code{:}\tab sequence operator\cr
16
    \code{\%any\%}\tab special operators\cr
17
    \code{\%any\%}\tab special operators\cr
17
    \code{* /}\tab multiply, divide\cr
18
    \code{* /}\tab multiply, divide\cr