| Line 1... |
Line 1... |
| 1 |
% File src/library/grDevices/man/plotmath.Rd
|
1 |
% File src/library/grDevices/man/plotmath.Rd
|
| 2 |
% Part of the R package, http://www.R-project.org
|
2 |
% Part of the R package, http://www.R-project.org
|
| 3 |
% Copyright 1995-2013 R Core Team
|
3 |
% Copyright 1995-2015 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{plotmath}
|
6 |
\name{plotmath}
|
| 7 |
\alias{plotmath}
|
7 |
\alias{plotmath}
|
| 8 |
\alias{symbol}
|
8 |
\alias{symbol}
|
| Line 156... |
Line 156... |
| 156 |
\code{x^(y + z)} \tab visible grouping of operands \cr
|
156 |
\code{x^(y + z)} \tab visible grouping of operands \cr
|
| 157 |
\code{x^{y + z}} \tab invisible grouping of operands \cr
|
157 |
\code{x^{y + z}} \tab invisible grouping of operands \cr
|
| 158 |
\code{group("(",list(a, b),"]")} \tab specify left and right delimiters \cr
|
158 |
\code{group("(",list(a, b),"]")} \tab specify left and right delimiters \cr
|
| 159 |
\code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
|
159 |
\code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
|
| 160 |
\code{group(lceil, x, rceil)} \tab special delimiters \cr
|
160 |
\code{group(lceil, x, rceil)} \tab special delimiters \cr
|
| - |
|
161 |
\code{group(lfloor, x, rfloor)} \tab special delimiters \cr
|
| 161 |
}
|
162 |
}
|
| - |
|
163 |
|
| - |
|
164 |
The supported \sQuote{scalable delimiters} are \code{| ( [ \{},
|
| - |
|
165 |
\code{lceil}, \code{lfloor} and their right-hand versions.
|
| - |
|
166 |
\code{"."} is equivalent to \code{""}: the corresponding delimiter
|
| - |
|
167 |
will be omitted.
|
| 162 |
|
168 |
|
| 163 |
The symbol font uses Adobe Symbol encoding so, for example, a lower
|
169 |
The symbol font uses Adobe Symbol encoding so, for example, a lower
|
| 164 |
case mu can be obtained either by the special symbol \code{mu} or by
|
170 |
case mu can be obtained either by the special symbol \code{mu} or by
|
| 165 |
\code{symbol("m")}. This provides access to symbols that have no
|
171 |
\code{symbol("m")}. This provides access to symbols that have no
|
| 166 |
special symbol name, for example, the universal, or forall, symbol is
|
172 |
special symbol name, for example, the universal, or forall, symbol is
|
| 167 |
\code{symbol("\\042")}. To see what symbols are available in this way
|
173 |
\code{symbol("\\042")}. To see what symbols are available in this way
|