From: eythanweg@gmail.com (Eythan Weg)
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: babel: textual output and graphic results
Date: Sat, 25 Jun 2011 08:00:53 -0400 [thread overview]
Message-ID: <87d3i29l3e.fsf@gmail.com> (raw)
In-Reply-To: <BANLkTi=oukfhnGXk+Ch1_L6-fzd=FJd9LYC1opifnXrTRGQL=A@mail.gmail.com> (Rainer M. Krug's message of "Fri, 24 Jun 2011 14:28:41 +0200")
True again. It solves the problem by bypassing a babel's weakness, I think.
Eythan
Rainer M Krug <r.m.krug@gmail.com>
Fri, 24 Jun 2011 14:28:41 +0200
On Fri, Jun 24, 2011 at 2:05 PM, Eythan Weg <eythanweg@gmail.com>
wrote:
Thank you. True. But, I would like, if possible, to have the link
to
the saved plot as a link in the output, for free.
Just add it as a cat() statement:
#+begin_src R :results output :session
print(seq(1,10))
pdf("ThePlot.pdf")
plot(seq(1,10))
dev.off()
cat("[[./ThePlot.pdf]]")
#+end_src
Eythan
Rainer M Krug <r.m.krug@gmail.com>
Fri, 24 Jun 2011 13:18:36 +0200
On Fri, Jun 24, 2011 at 12:10 PM, Eythan Weg <eythanweg@gmail.com>
wrote:
Hi,
How could I effect the plot saved in a file and the output
produced
shown in the buffer by using a single execution of R in the
following
snippet?
Why not the old R way:
#+begin_src R :results output :session
print(seq(1,10))
pdf("ThePlot.pdf")
plot(seq(1,10))
dev.off()
#+end_src
Rainer
Thank you.
Eythan
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
next prev parent reply other threads:[~2011-06-25 12:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 10:10 babel: textual output and graphic results Eythan Weg
[not found] ` <BANLkTimOd4mfgvbDxaR1xF3WjPFPFYwT57keREjdp5vtFep5PQ@mail.gmail.com>
[not found] ` <87iprvph8y.fsf@gmail.com>
2011-06-24 12:28 ` Rainer M Krug
2011-06-25 12:00 ` Eythan Weg [this message]
2011-06-25 17:45 ` Rainer M Krug
2011-06-24 18:11 ` Eric Schulte
2011-06-25 12:05 ` Eythan Weg
2011-06-25 18:41 ` Eric Schulte
2011-06-24 18:46 ` Russell Adams
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=87d3i29l3e.fsf@gmail.com \
--to=eythanweg@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=r.m.krug@gmail.com \
/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).