Skip to content

Commit

Permalink
lit data analysis data and examples
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/ESS/trunk@1306 0bbaf3bd-34e0-0310-bf65-c717079852d4
  • Loading branch information
blindglobe committed Jun 29, 2000
1 parent 6c28a20 commit c074b50
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LDA/ex1.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
\documentclass{article}

\usepackage{noweb}

\begin{document}

<<test>>=
-*- mode: xlispstat -*-
(def test (normal-rand 20))
(def test2 (normal-rand 20))
(plot test test2)
@

<<test2>>= -*- mode: xlispstat -*-
(def test (normal-rand 20))
(def test2 (normal-rand 20))
(plot test test2)
@


\end{document}

0 comments on commit c074b50

Please sign in to comment.