SabreWolfy,
SabreWolfy wrote:
> Sebastien Vauban writes:
>> AFAICT, you can't have both at the same time. Do you have a real
>> use case for this?
>
> Maybe I'm not using the right tool for the job. I thought it would be useful
> to be able to intersperse explanatory text with output:
>
> All cro
Feng Shu 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.
Sebastien Vauban writes:
> AFAICT, you can't have both at the same time. Do you have a real
> use case for this?
Maybe I'm not using the right tool for the job. I thought it would be useful
to be able to intersperse explanatory text with output:
--8<---cut here---start--
Feng Shu writes:
> rai...@krugs.de (Rainer M. Krug) writes:
>
>> "Sebastien Vauban"
>> writes:
>>
>>> Hi SabreWolfy,
>>>
>>> SabreWolfy wrote:
When the following code is evaluated or exported, only the link to
"testout.png" appears in the RESULTS section.
#+BEGIN_SRC R :resul
rai...@krugs.de (Rainer M. Krug) writes:
> "Sebastien Vauban"
> writes:
>
>> Hi SabreWolfy,
>>
>> SabreWolfy wrote:
>>> When the following code is evaluated or exported, only the link to
>>> "testout.png" appears in the RESULTS section.
>>>
>>> #+BEGIN_SRC R :results output graphics :file testout
"Sebastien Vauban"
writes:
> Hi SabreWolfy,
>
> SabreWolfy wrote:
>> When the following code is evaluated or exported, only the link to
>> "testout.png" appears in the RESULTS section.
>>
>> #+BEGIN_SRC R :results output graphics :file testout.png :exports both
>> plot(1:10, 1:10)
>> x <- 1:10
>>
Hi SabreWolfy,
SabreWolfy wrote:
> When the following code is evaluated or exported, only the link to
> "testout.png" appears in the RESULTS section.
>
> #+BEGIN_SRC R :results output graphics :file testout.png :exports both
> plot(1:10, 1:10)
> x <- 1:10
> library(ascii)
> options(asciiType = "or
When the following code is evaluated or exported, only the link to
"testout.png" appears in the RESULTS section.
--8<---cut here---start->8---
#+BEGIN_SRC R :results output graphics :file testout.png :exports both
plot(1:10, 1:10)
x <- 1:10
library(ascii)
option