waf/playground/R/src/testSweave.Rnw

14 lines
229 B
Plaintext

\documentclass{article}
\SweaveOpts{eps=FALSE}
<<setup, echo=FALSE, results=hide>>=
options(width=80)
@
\begin{document}
Estimate a random Forest model composed of
\Sexpr{format(nTrees, big.mark = ',')}
trees.
\end{document}