RE: [Rcom-l] Read Excel data

2008-01-22 Thread Uma Sitaraman
Hi, Hi, Please find below my R code (in R) Portfolio=read.csv("Z:\\Internal\\R Files\\Portfolio.csv", header=T) > Benchmark=read.csv("Z:\\Internal\\R Files\\Benchmark.csv", header=T) > save.image("Z:\\Internal\\R Files\\sample") Saved as Sample.R Here's my VBA code: to read dataframe Portfolio

RE: [Rcom-l] Read Excel data

2008-01-22 Thread Uma Sitaraman
Hi, I tried that too. It still gives me the same error. Regards, Uma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Neuwirth Sent: Tuesday, January 22, 2008 7:05 AM To: R (D)COM and RExcel server related issues Subject: Re: [Rcom-l] R

[Rcom-l] VB Graphics resolution

2008-01-22 Thread marco.pomponi
Hi all, I am trying to plot a chart in VB using R (AddGraphicsDevice method and plot command), but, since I shuold like to have a big chart, the resolution is very poor, and it is blocked. Is there any way to define, from Visual Basic, the resolution of the chart ? Thank you Ing. Marco Pomponi