[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Tangle including code used for :results graphic?
From: |
Rainer M Krug |
Subject: |
[O] Tangle including code used for :results graphic? |
Date: |
Thu, 02 Jul 2015 15:55:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) |
Hi
I have the following source block:
#+NAME: fig_plot
#+begin_src R :exports results :file-ext pdf :results graphics :width 4.5
:height 6
plot( runif(100), runif(100) )
#+end_src
which works fine.
But I would like to have the surrounding plotting code in the tangled
file as well, so that I can, outside org, update the graph by just
running the tangled script.
Is there an option to tangle *including the automatic plotting code* so
that the plot is created on the pdf device with the options given? If
not, how can I achieve this?
Thanks,
Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: address@hidden
Skype: RMkrug
PGP: 0x0F52F982
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [O] Tangle including code used for :results graphic?,
Rainer M Krug <=