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 the Borges short story]]
9 Plot column 2 (y axis) against column 1 (x axis). Columns 3 and beyond, if present, are ignored.
11 #+srcname: R-plot(data=R-plot-example-data)
12 #+begin_src R :session *R*
16 #+tblname: R-plot-example-data
23 #+lob: R-plot(data=R-plot-example-data)
25 #+resname: R-plot(data=R-plot-example-data)
29 #+srcname: python-identity(a=1)
34 #+srcname: python-add(a=1, b=2)