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?
#+begin_src R :results output :session print(seq(1,10)) plot(seq(1,10)) #+end_src Thank you. Eythan