The R Project SVN R

Rev

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

Rev 8189 Rev 8361
Line 104... Line 104...
104
    \code{inf(S)}        \tab infimum of S \cr
104
    \code{inf(S)}        \tab infimum of S \cr
105
    \code{sup(S)}   \tab supremum of S \cr
105
    \code{sup(S)}   \tab supremum of S \cr
106
    \code{x^y + z}   \tab normal operator precedence \cr
106
    \code{x^y + z}   \tab normal operator precedence \cr
107
    \code{x^(y + z)}    \tab visible grouping of operands \cr
107
    \code{x^(y + z)}    \tab visible grouping of operands \cr
108
    \code{x^{y + z}}  \tab invisible grouping of operands \cr
108
    \code{x^{y + z}}  \tab invisible grouping of operands \cr
109
    \code{group("(",list(a, b),"]")} \tab specify left and right delimeters \cr
109
    \code{group("(",list(a, b),"]")} \tab specify left and right delimiters \cr
110
    \code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
110
    \code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
111
    \code{group(lceil, x, rceil)} \tab special delimiters \cr
111
    \code{group(lceil, x, rceil)} \tab special delimiters \cr
112
  }
112
  }
113
}
113
}
114
\references{
114
\references{