[Rcom-l] RE: Rcom-l Digest, Vol 31, Issue 4

2007-09-10 Thread Ben W. Gao
Thomas, Following my last posted question of passing array data from MS Access to R through R (D) Com Server, I just figured it out myself. In MS Access VBA, it works by statement y = x.SetSymbol  "symname", value; while it does not by statement y = x.SetSymbol( "symname", value). Does this happe

Re: [Rcom-l] R Graphics using VBA

2007-09-10 Thread Thomas Baier
Roger, > I would like to use R graphics in my VBA application. In particular, I > want to display something similar to Fig. 3 in your article > "Excel::COM::R" (Computational Statistics, 2007). It seems that the R > graphics is displayed in an Excel form with Active X controls. Would it > be possi

Re: [Rcom-l]How can an image be retrieved from StatConnectorGraphicsDevice

2007-09-10 Thread Thomas Baier
Julien, > Do you know if it's possible to export StatConnectorGraphicsDevice plots > as bitmaps ? This is currently not possible. But as the source is public, you can simply add an additional method for retrieving the bitmap. The graphics itself is drawn with the bitmap functions. Thomas __