emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Exporting output and graphics from R


From: SabreWolfy
Subject: Re: [O] Exporting output and graphics from R
Date: Fri, 31 May 2013 12:15:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Feng Shu <tumashu <at> gmail.com> writes:

>  #+BEGIN_SRC R :results output :exports both
>  pngname <- "testout.png"
>  png(pngname)
>  plot(1:10, 1:10)
>  dev.off()
>  x <- 1:10
>  paste("[[./", pngname, "]]",sep="")
>  #+END_SRC

Thanks. This is a great suggestion.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]