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_SRCThanks. This is a great suggestion.
