[R] Attach a time series object

2005-11-19 Thread Nestor Arguea
Is there an attach-like command for time series objects?
Thanks in advance,

Nestor

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] Attach a time series object

2005-11-19 Thread Gabor Grothendieck
Try this:

   attach(as.list(my.time.series))

On 11/19/05, Nestor Arguea [EMAIL PROTECTED] wrote:
 Is there an attach-like command for time series objects?
 Thanks in advance,

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] Attach a time series object

2005-11-19 Thread Nestor Arguea
That did it.  Thanks.

Nestor
On Saturday 19 November 2005 10:34 pm, you wrote:
 Try this:

attach(as.list(my.time.series))

 On 11/19/05, Nestor Arguea [EMAIL PROTECTED] wrote:
  Is there an attach-like command for time series objects?
  Thanks in advance,

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html