[R] Problem using R and Beamer...
Bernd Weiss
bernd.weiss at uni-koeln.de
Wed Aug 4 07:04:10 CEST 2010
Am 04.08.2010 06:21, schrieb Jeffry Madura:
[...]
> Can anyone explain to me what is going on here? The frame code in
> latex is
>
> \begin{frame}{fragile} \frametitle{Numbers} \textbf{Numbers} can be
> represented in a variety of different formats. For example the number
> $1.2345\times 10^5$ is written as 1.234e+05 in \texttt{R}.
> <<echo=TRUE>>= a=1.2345e+05 b=-6.9e-01 @ \end{frame}
should be
\begin{frame}[fragile]
\frametitle{Numbers}
...
see beamerguide p. 24
<http://www.tug.org/teTeX/tetex-texmfdist/doc/latex/beamer/beameruserguide.pdf>
Bernd
More information about the R-help
mailing list