The R Project SVN R

Rev

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

Rev 68948 Rev 80353
Line 19... Line 19...
19
    \code{$ @}\tab component / slot extraction\cr
19
    \code{$ @}\tab component / slot extraction\cr
20
    \code{[ [[}\tab indexing\cr
20
    \code{[ [[}\tab indexing\cr
21
    \code{^}\tab exponentiation (right to left)\cr
21
    \code{^}\tab exponentiation (right to left)\cr
22
    \code{- +}\tab unary minus and plus\cr
22
    \code{- +}\tab unary minus and plus\cr
23
    \code{:}\tab sequence operator\cr
23
    \code{:}\tab sequence operator\cr
24
    \code{\%any\%}\tab special operators (including \code{\%\%} and \code{\%/\%})\cr
24
    \code{\%any\% |>}\tab special operators (including \code{\%\%} and \code{\%/\%})\cr
25
    \code{* /}\tab multiply, divide\cr
25
    \code{* /}\tab multiply, divide\cr
26
    \code{+ -}\tab (binary) add, subtract\cr
26
    \code{+ -}\tab (binary) add, subtract\cr
27
    \code{< > <= >= == !=}\tab ordering and comparison\cr
27
    \code{< > <= >= == !=}\tab ordering and comparison\cr
28
    \code{!}\tab negation\cr
28
    \code{!}\tab negation\cr
29
    \code{&  &&}\tab and\cr
29
    \code{&  &&}\tab and\cr