emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beginning R plot export
@ 2011-05-10 23:28 John Tait
  2011-05-10 23:48 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: John Tait @ 2011-05-10 23:28 UTC (permalink / raw)
  To: emacs-orgmode

Hi

Do I need to do extra configuration to get R plot output in LaTeX exports?

Using the simplest code block:

#+SRCNAME: graph
#+BEGIN_SRC R  :exports both
x=c(1,2)
y=c(2,4)
plot(x,y)
x
#+END_SRC

The numbers "1 2" appear in the LaTeX output, indicating that R is
running. The plot doesn't appear though. What am I missing?

Thanks

John

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

end of thread, other threads:[~2011-05-11 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-10 23:28 Beginning R plot export John Tait
2011-05-10 23:48 ` Nick Dokos
2011-05-11 17:26   ` John Tait

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).