[R] Issues with gvisMotionChart

2011-10-13 Thread Verma, Ankur
Hi,

I've just been introduced to this wonderful chart making tool from Google and 
I've already stumbled. When I am trying to execute this code below, and I 
double-click to open the html file I cannot see the chart at all !!

M - gvisMotionChart(Fruits, Fruit, Year)
cathttp://inside-r.org/r-doc/base/cat(M$html$chart, 
filehttp://inside-r.org/r-doc/base/file=tmp.html)



However if I execute :

M - gvisMotionChart(Fruits, Fruit, Year)
plot(M)

then I can see the chart in my browser ! Can anyone help me figure this out ??

Thanks,
Ankur

This e-mail (and any attachments), is confidential and may be privileged. It 
may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and 
disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended 
recipients must notify the sender immediately 
by e-mail/phone  delete it from their system without making any copies or 
disclosing it to a third person.

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Taking inputs from the user

2011-07-11 Thread Verma, Ankur
Hey Greg,

Thanks for this. Looks like an option I can discuss. 

-Original Message-
From: Greg Snow [mailto:greg.s...@imail.org] 
Sent: Friday, July 08, 2011 9:11 PM
To: Verma, Ankur; 'jim holtman'
Cc: r-help@r-project.org
Subject: RE: [R] Taking inputs from the user

Are your users willing to install an Excel plug-in?  If so, look at the RExcel 
project, it does what you describe and the common user thinks they are just 
using Excel with a plug-in without realizing that they have installed and are 
using a useful tool in the background.

-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On 
Behalf Of Verma, Ankur
Sent: Friday, July 08, 2011 12:11 AM
To: 'jim holtman'
Cc: r-help@r-project.org
Subject: Re: [R] Taking inputs from the user

Hi Jim,

Thanks for your response. I was actually thinking in terms of an executable 
file which could return the output back to an excel sheet. I was thinking of 
having a small script/executable which would read an excel file get the 
values... Run the modelget the prediction and return the values back to 
the excel. 

But am also interested in the solution you were talking about wherein we setup 
a central server etc.

By the way I'm using Windows XP.

Regards,
Ankur 

-Original Message-
From: jim holtman [mailto:jholt...@gmail.com]
Sent: Thursday, July 07, 2011 7:44 PM
To: Verma, Ankur
Cc: r-help@r-project.org
Subject: Re: [R] Taking inputs from the user

Give them an Excel spreadsheet that they can fill in the values.  They can then 
send the spreadsheet to you can you can have your R script read the information 
from it and send it back.  You did not mention how they are supposed toget the 
output.  Do you want to setup a central server that can receive the email, run 
the script and then send back the results?

On Thu, Jul 7, 2011 at 9:38 AM, Verma, Ankur ankur.ve...@genpact.com wrote:
 Hi,

 I am currently a new user in R and was working on the randomForest package. I 
 am trying to predict price points using this statistical package. The issue 
 is that I need to setup a tool so that I can give it to Sales Executive who 
 can plug in the necessary variables and get the output. Is there a way to do 
 that ?? They don't have R on their systems and I doubt they are going to 
 install it.

 Need urgent help on this.

 Thanks,
 Ankur

 This e-mail (and any attachments), is confidential and may be 
 privileged. It may be read, copied and used only by intended 
 recipients. Unauthorized access to this e-mail (or attachments) and 
 disclosure or copying of its contents or any action taken in reliance on it 
 is unlawful. Unintended recipients must notify the sender immediately by 
 e-mail/phone  delete it from their system without making any copies or 
 disclosing it to a third person.




        [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.




--
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
This e-mail (and any attachments), is confidential and may be privileged. It 
may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and 
disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended 
recipients must notify the sender immediately 
by e-mail/phone  delete it from their system without making any copies or 
disclosing it to a third person.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
This e-mail (and any attachments), is confidential and may be privileged. It 
may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and 
disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended 
recipients must notify the sender immediately 
by e-mail/phone  delete it from their system without making any copies or 
disclosing it to a third person.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Taking inputs from the user

2011-07-08 Thread Verma, Ankur
Hi Jim,

Thanks for your response. I was actually thinking in terms of an executable 
file which could return the output back to an excel sheet. I was thinking of 
having a small script/executable which would read an excel file get the 
values... Run the modelget the prediction and return the values back to 
the excel. 

But am also interested in the solution you were talking about wherein we setup 
a central server etc.

By the way I'm using Windows XP.

Regards,
Ankur 

-Original Message-
From: jim holtman [mailto:jholt...@gmail.com] 
Sent: Thursday, July 07, 2011 7:44 PM
To: Verma, Ankur
Cc: r-help@r-project.org
Subject: Re: [R] Taking inputs from the user

Give them an Excel spreadsheet that they can fill in the values.  They can then 
send the spreadsheet to you can you can have your R script read the information 
from it and send it back.  You did not mention how they are supposed toget the 
output.  Do you want to setup a central server that can receive the email, run 
the script and then send back the results?

On Thu, Jul 7, 2011 at 9:38 AM, Verma, Ankur ankur.ve...@genpact.com wrote:
 Hi,

 I am currently a new user in R and was working on the randomForest package. I 
 am trying to predict price points using this statistical package. The issue 
 is that I need to setup a tool so that I can give it to Sales Executive who 
 can plug in the necessary variables and get the output. Is there a way to do 
 that ?? They don't have R on their systems and I doubt they are going to 
 install it.

 Need urgent help on this.

 Thanks,
 Ankur

 This e-mail (and any attachments), is confidential and may be 
 privileged. It may be read, copied and used only by intended 
 recipients. Unauthorized access to this e-mail (or attachments) and 
 disclosure or copying of its contents or any action taken in reliance on it 
 is unlawful. Unintended recipients must notify the sender immediately by 
 e-mail/phone  delete it from their system without making any copies or 
 disclosing it to a third person.


        [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide 
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.




--
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
This e-mail (and any attachments), is confidential and may be privileged. It 
may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and 
disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended 
recipients must notify the sender immediately 
by e-mail/phone  delete it from their system without making any copies or 
disclosing it to a third person.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Taking inputs from the user

2011-07-07 Thread Verma, Ankur
Hi,

I am currently a new user in R and was working on the randomForest package. I 
am trying to predict price points using this statistical package. The issue is 
that I need to setup a tool so that I can give it to Sales Executive who can 
plug in the necessary variables and get the output. Is there a way to do that 
?? They don't have R on their systems and I doubt they are going to install it.

Need urgent help on this.

Thanks,
Ankur

This e-mail (and any attachments), is confidential and may be privileged. It 
may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and 
disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended 
recipients must notify the sender immediately 
by e-mail/phone  delete it from their system without making any copies or 
disclosing it to a third person.

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.