Re: [O] R export graphics

2012-02-13 Thread Riccardo Romoli
Hi Thomas, thanks for your fast replay. I had thought of this solution too but, since I have many folders that I need to move between, I need to have a "pivot" to start with. Best Riccardo 2012/2/13 Thomas S. Dye > Riccardo Romoli writes: > > > Hi, I have some trouble exporting figures from an

Re: [O] R export graphics

2012-02-12 Thread Thomas S. Dye
Riccardo Romoli writes: > Hi, I have some trouble exporting figures from an R-org-babel session. > > The code I use to generate the figure is: > > #+name: my figure > #+headers: :results graphics :file /Users/riccardoromoli/Documents/ > Dropbox/PhD/myFigure.pdf > #+begin_src R :session *R* :expor

[O] R export graphics

2012-02-12 Thread Riccardo Romoli
Hi, I have some trouble exporting figures from an R-org-babel session. The code I use to generate the figure is: #+name: my figure #+headers: :results graphics :file /Users/riccardoromoli/Documents/ Dropbox/PhD/myFigure.pdf #+begin_src R :session *R* :exports results ... #+end_src So, if I us