3 #+EMAIL: your-email@server.com
4 #+PROPERTY: session *R*
6 #+PROPERTY: results graphics
7 #+PROPERTY: exports both
10 # This file is released by its authors and contributors under the GNU
11 # Free Documentation license v1.3 or later, code examples are released
12 # under the GNU General Public License v3 or later.
14 * Example of Org-Babel for R Literate Programming
23 Note we use the object =x= generated in previous code block, thanks to
24 the header option =:session *R*=. The output graphics file is
27 #+begin_src R :file a.png
32 Same plot with larger dimension:
34 #+begin_src R :file b.png :width 800 :height 800