Re: [Orgmode] Re: [babel] R: New handling of file output

2011-01-01 Thread Thomas S. Dye
Aloha all, Here is an example of the new handling of file output with an R source code block that doesn't use "base" graphics: #+srcname: r-edge-angle-histogram #+begin_src R :results output graphics :var x=whole-adzes :file r/ adze_edge_angle.png :width 400 :height 300 library(ggplot2)

Re: [Orgmode] Re: [babel] R: New handling of file output

2011-01-01 Thread Thomas S. Dye
Aloha all, Should :results graphic be documented in the :results header argument section of the Org-mode manual, or in the R-specific documentation? All the best, Tom On Dec 21, 2010, at 6:57 AM, Dan Davison wrote: Dan Davison writes: Please note the following changes to the way that or