waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

testSweave.Rnw (229B)


      1 \documentclass{article}
      2 \SweaveOpts{eps=FALSE}
      3 
      4 <<setup, echo=FALSE, results=hide>>=
      5 options(width=80)
      6 @ 
      7 
      8 \begin{document}
      9 Estimate a random Forest model composed of
     10 \Sexpr{format(nTrees, big.mark = ',')}
     11 trees.
     12 
     13 \end{document}