emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Landis <landis@isciences.com>
To: emacs-orgmode@gnu.org
Subject: Re: problems with R graphics
Date: Thu, 1 Mar 2012 02:47:09 +0000 (UTC)	[thread overview]
Message-ID: <loom.20120301T034145-223@post.gmane.org> (raw)
In-Reply-To: loom.20120301T030526-291@post.gmane.org

Matthew Landis <landis <at> isciences.com> writes:

> 
> Hello all,
...

> Unfortunately, I can't seem to get graphics 
> to insert themselves properly on export.  

....

> org example
> ----------------------------
...
> * A stand-alone code block
> 
> First, create some data, perform a regression, and plot it.  This
> works great.
> #+begin_src R :results graphics :file regress.png :exports both
> 
>   x <- runif(n = 100, min = 0, max = 20)
>   y <- 5*x^2 + 0.3*x + 3 + rnorm(100, sd = 200)
> 
>   f <- lm(y ~ x)
> 
>   plot(x, y, bty = 'n')
>   abline(f, lty = 'dashed')
> 
> #+end_src
> Success.
...

> #+begin_src R :session :results graphics :file regress_session.png :exports 
both
> 
>  plot(x, y, bty = 'n')
>  abline(f, lty = 'dashed')
> 
> #+end_src
> This code block doesn't work. No error, but no file is created.

...

I actually figured this one out just now.  If creating a file in a 'stand alone' 
code block, the default directory is the directory that the org file itself is 
in.  However, in a 'session' code block, the default directory is something else 
(R's default?).  If I specify the full path to the file in the 'session' code 
block, things work better.

Sorry for the noise!

M

  reply	other threads:[~2012-03-01  2:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01  2:18 problems with R graphics Matthew Landis
2012-03-01  2:47 ` Matthew Landis [this message]
2012-03-01  5:45   ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20120301T034145-223@post.gmane.org \
    --to=landis@isciences.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).