emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] ob-R, problem with try/catch


From: Thomas S. Dye
Subject: Re: [O] ob-R, problem with try/catch
Date: Wed, 22 Apr 2015 20:35:37 -1000

Aloha Chuck,

"Charles C. Berry" <address@hidden> writes:

> On Wed, 22 Apr 2015, Thomas S. Dye wrote:
>
>> Aloha all,
>>
>> Prior to eaa3a761dae, when working in a session, I was able to run this
>> R source code block without problems:
>>
>> ,-----------------------------------------
>> | #+header: :file r/adze_wt_log.pdf
>> | #+header: :results output graphics
>> | #+header: :width 4 :height 3
>> | #+begin_src R
>> |   g <- ggplot(x, aes(x = weight))
>> |   g + geom_histogram(aes(y=..density..))
>
> ## Try this:
>
> print( g + geom_histogram(aes(y=..density..)) ) # before rm(g).

Perfect--a graph in the file and a clean session.  Thanks!

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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