emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Generating plot with org-babel-R
@ 2012-02-04 22:52 Riccardo Romoli
  2012-02-04 23:37 ` Thomas S. Dye
  0 siblings, 1 reply; 17+ messages in thread
From: Riccardo Romoli @ 2012-02-04 22:52 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

Hi, I'm trying to generate some figure with R, into an org session. Firstly
I use the code in the org site. The problem is that the code do not
generate any figure.

This is the code:

#+TITLE:Test
#+AUTHOR: Your Name
#+EMAIL: your-email@server.com
#+BABEL: :session *R* :cache yes :results output graphics :exports
both :tangle yes

* Example of Org-Babel for R Literate Programming
** R text output
A simple summary.
#+begin_src R
  x <- rnorm(10)
  summary(x)
#+end_src

** R graphics output
Note we use the object =x= generated in previous code block, thanks to
the header option =:session *R*=.  The output graphics file is
=a.png=.

#+begin_src R  :file a.png
  y <- rnorm(10)
  plot(x, y)
#+end_src

Same plot with larger dimension:

#+begin_src R  :file b.png :width 800 :height 800
  plot(x, y)
#+end_src


Where do I wrong?

Best
Riccardo

[-- Attachment #2: Type: text/html, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-02-18 21:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-04 22:52 Generating plot with org-babel-R Riccardo Romoli
2012-02-04 23:37 ` Thomas S. Dye
2012-02-05 11:08   ` Riccardo Romoli
2012-02-05 16:45     ` Thomas S. Dye
2012-02-05 19:29       ` Updating the Babel section of Worg Was: " Eric Schulte
2012-02-06  5:43         ` Thomas S. Dye
2012-02-06 21:20           ` Updating the Babel section of Worg Eric Schulte
2012-02-08  0:01             ` Thomas S. Dye
2012-02-08  1:04               ` Martyn Jago
2012-02-08 14:21                 ` Eric Schulte
2012-02-08 14:44                   ` Rainer M Krug
2012-02-08 15:27                     ` Eric Schulte
2012-02-08 14:14               ` Eric Schulte
2012-02-09 17:20                 ` Thomas S. Dye
2012-02-18 21:53                   ` Eric Schulte
2012-02-08 15:41               ` John Hendy
2012-02-06 21:12       ` Generating plot with org-babel-R Riccardo Romoli

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).