Re: [R] Creating Excel-Charts via RDCOMClient

2009-06-27 Thread Erich Neuwirth
The statconn tools allow you configure your application with the Excel client on one machine and the R server on another machine. In (D)COM, the D stands for distributed COM. Dr. Michael Wolf wrote: > Hi R-users! > > I'm trying to create an easy Excel chart using the package RDCOMClient. The >

[R] Creating Excel-Charts via RDCOMClient

2009-06-27 Thread Dr. Michael Wolf
Hi R-users! I'm trying to create an easy Excel chart using the package RDCOMClient. The following example is working fine: #--- library(RDCOMClient) xlLocationAsObject <-2 xlXYScatterSmoothNoMarkers <- 73 ex <- COMCreate("Excel.App