Implementing library functions as a new (pseudo) interpreter called
[org-mode.git] / library-of-babel.org
blobf888620bd8ec60bdaa0ad3e2d1f2e76f3315f3e9
1 #+title: The Library of Babel --- off-the-shelf functions for data analysis and plotting using org-babel
2 #+SEQ_TODO: TODO PROPOSED | DONE DEFERRED REJECTED
3 #+OPTIONS: H:3 num:nil toc:t
4 #+STARTUP: odd hideblocks
6 [[http://downlode.org/Etext/library_of_babel.html][Full text of Borges short story]]
8 * Plotting code
9   Plot column 2 (y axis) against column 1 (x axis). Columns 3 and beyond, if present, are ignored.
10 #+srcname: plot
11 #+begin_src R :var xy=__data__
12 plot(xy)
13 #+end_src
15 [[file:/tmp/tmp.org][tem org file]]