Re: [R] R for Reuters

2006-12-29 Thread ahmad ajakh
Hi Shubha, There is no reuter link in R. It does not exist in Splus either nor in matlab. Apparently this is a legal type of issue from reuter who is keeping its data proprietary. AA. - Original Message From: Shubha Vishwanath Karanth [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent:

Re: [R] plotting time series with zoo pckg

2006-12-27 Thread ahmad ajakh
From: Gabor Grothendieck [EMAIL PROTECTED] To: ahmad ajakh [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Tuesday, December 26, 2006 11:17:44 PM Subject: Re: [R] plotting time series with zoo pckg Please read the last line of every message to r-help and follow that. On 12/26/06, ahmad

Re: [R] stacked plots

2006-12-27 Thread ahmad ajakh
Hi John, I cannot see the attached file but if you read the vignette of the zoo package there is an example with Lucent stock price (High Low Open Close) doing what you want. the command plot(z) (z being the zoo multivariate object) produces the graph that you want I guess. Also there are some

Re: [R] plotting time series with zoo pckg

2006-12-27 Thread ahmad ajakh
Thank you Gabor. This is very helpful. AA. - Original Message From: Gabor Grothendieck [EMAIL PROTECTED] To: ahmad ajakh [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Wednesday, December 27, 2006 12:08:41 PM Subject: Re: [R] plotting time series with zoo pckg To do

[R] plotting time series with zoo pckg

2006-12-26 Thread ahmad ajakh
Hi all, I am using the zoo package to plot time series. I have a problem with formatting the axes. my zoo object (z) looks like the following. c1 1992-01-10 21 1992-01-17 34 1992-01-24 33 1992-01-31 41 1992-02-07 39 1992-02-14

Re: [R] plotting time series with zoo pckg

2006-12-26 Thread ahmad ajakh
in the question) and it worked! is there something that I am missing? Thanks again. AA. - Original Message From: Gabor Grothendieck [EMAIL PROTECTED] To: ahmad ajakh [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Tuesday, December 26, 2006 8:31:07 PM Subject: Re: [R] plotting time series

Re: [R] writing to S-PLUS .dat file

2006-12-26 Thread ahmad ajakh
Hi Sebastian try save(x,y, file = filename.txt, ascii = TRUE) where x, y are your R objects. You should read ?save good luck AA. - Original Message From: Sebastian Michalski [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Monday, December 25, 2006 7:36:50 AM Subject: [R] writing to

Re: [R] writing R extension

2006-12-22 Thread ahmad ajakh
Thanks Mike. AA. - Original Message From: Mike Prager [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch Sent: Friday, December 22, 2006 12:45:40 PM Subject: Re: [R] writing R extension ahmad ajakh [EMAIL PROTECTED] wrote: Hi all, I am dealing with the same issue here and I was wondering

Re: [R] writing R extension

2006-12-20 Thread ahmad ajakh
Hi all, I am dealing with the same issue here and I was wondering whether it would be possible to just save the R compliled function objects in a directory and just attach the directory to the search path. (I am using R2.4.0+ESS+Xemacs in windows XP). Thanks. AA. - Original Message

Re: [R] writing R extension

2006-12-20 Thread ahmad ajakh
Thanks Barry, I tested this solution and it works. Thanks also to Sarah Goslee for bringing up alternative ideas. I guess I need to get into building proper packages now. AA. - Original Message From: Barry Rowlingson [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Wednesday,

Re: [R] configure help

2006-12-19 Thread ahmad ajakh
Hi All, I ma running R under windows with xemacs and ESS. The Rprofile.site options, somehow gets overridden by xemacs and my options in Rprofile.site are not taken into account while they are when I use Rgui. How can I specify my options if I am using xemacs? and what configuration file

Re: [R] configure help

2006-12-19 Thread ahmad ajakh
which seems obvious now to me. Thanks again for your help. AA. - Original Message From: Prof Brian Ripley [EMAIL PROTECTED] To: ahmad ajakh [EMAIL PROTECTED] Cc: Fridolin Wild [EMAIL PROTECTED]; r-help@stat.math.ethz.ch Sent: Tuesday, December 19, 2006 5:38:18 PM Subject: Re: [R