Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Andreas Leha
Hi Myles, > Hi Andreas, > >>> On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said: > > > Hi all, > > I am having troubles in using the header argument :units which is > > implemented for R source blocks. Example: > > > #+begin_src R :results graphics :file wideplot.png :width 14 :height

Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Myles English
Hi Andreas, >> On Sun, 17 Jun 2012 22:19:39 +0200, Andreas Leha said: > Hi all, > I am having troubles in using the header argument :units which is > implemented for R source blocks. Example: > #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units "cm" > pl

Re: [O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Thomas S. Dye
Hi Andreas, I believe the author of ob-R.el no longer reads the list. Perhaps you could propose a patch? All the best, Tom Andreas Leha writes: > Hi all, > > I am having troubles in using the header argument :units which is > implemented for R source blocks. Example: > > #+begin_src R :resul

[O] [BUG] [babel] R graphics header arg :units

2012-06-17 Thread Andreas Leha
Hi all, I am having troubles in using the header argument :units which is implemented for R source blocks. Example: #+begin_src R :results graphics :file wideplot.png :width 14 :height 7 :units "cm" plot(1:10, 1:10) #+end_src This expands to : png(filename="wideplot.png",height=7,units=cm,