From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Kerns Subject: Re: R plots always exported to Rplots.pdf Date: Wed, 22 May 2013 09:38:30 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf9Fl-0001CD-B1 for emacs-orgmode@gnu.org; Wed, 22 May 2013 09:38:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uf9Fj-000789-KT for emacs-orgmode@gnu.org; Wed, 22 May 2013 09:38:53 -0400 Received: from mail-qe0-f45.google.com ([209.85.128.45]:36667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uf9Fj-00077w-Gy for emacs-orgmode@gnu.org; Wed, 22 May 2013 09:38:51 -0400 Received: by mail-qe0-f45.google.com with SMTP id q19so1096698qeb.18 for ; Wed, 22 May 2013 06:38:51 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Greg Slodkowicz Cc: emacs-orgmode@gnu.org Hi Greg, On Wed, May 22, 2013 at 8:23 AM, Greg Slodkowicz wrote: [snip] > This is what my code block looks like: > > #+NAME: pvals_waw > #+BEGIN_SRC R :file fig1.png :exports results > pvals = read.table("waw_data.txt", header=T) > plot(pvals$pvalue, pvals$length) > #+END_SRC > Have you tried (something like) this? #+BEGIN_SRC R :exports results :results graphics :file fig1.png I hope this helps, -- Jay