| Line 41... |
Line 41... |
| 41 |
formatted according to TeX-like rules. Expressions can also be used
|
41 |
formatted according to TeX-like rules. Expressions can also be used
|
| 42 |
for titles, subtitles and x- and y-axis labels (but not for axis
|
42 |
for titles, subtitles and x- and y-axis labels (but not for axis
|
| 43 |
labels on \code{persp} plots).
|
43 |
labels on \code{persp} plots).
|
| 44 |
|
44 |
|
| 45 |
In most cases other language objects (names and calls, including
|
45 |
In most cases other language objects (names and calls, including
|
| 46 |
formulas) are coerced to expressions and so can also be used. }
|
46 |
formulas) are coerced to expressions and so can also be used.
|
| - |
|
47 |
}
|
| - |
|
48 |
|
| - |
|
49 |
\details{
|
| 47 |
\details{ A mathematical expression must obey the normal rules of
|
50 |
A mathematical expression must obey the normal rules of syntax for any
|
| 48 |
syntax for any \R expression, but it is interpreted according to very
|
51 |
\R expression, but it is interpreted according to very different rules
|
| 49 |
different rules than for normal \R expressions.
|
52 |
than for normal \R expressions.
|
| 50 |
|
53 |
|
| 51 |
It is possible to produce many different mathematical symbols, generate
|
54 |
It is possible to produce many different mathematical symbols, generate
|
| 52 |
sub- or superscripts, produce fractions, etc.
|
55 |
sub- or superscripts, produce fractions, etc.
|
| 53 |
|
56 |
|
| 54 |
The output from \code{demo(plotmath)} includes several tables which
|
57 |
The output from \code{demo(plotmath)} includes several tables which
|