Re: [R] How to convert xts data into list

2012-12-19 Thread Michael Weylandt
On Dec 19, 2012, at 1:07 PM, arun wrote: > Hi, > > I didn't understand ">". I think it's the result of HTMangLing the R prompt. M __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide h

Re: [R] How to convert xts data into list

2012-12-19 Thread Joshua Ulrich
gt; > Thank you for your help. > Now it works. > > > SK Park > > > -Original Message- > From: "arun"<smartpink...@yahoo.com> > To: "박상규"<birdfir...@naver.com>; > Cc: "R help"<r-help@r-project.org>; > Sent: 20

Re: [R] How to convert xts data into list

2012-12-19 Thread arun
0800,  1350280860, 1350280920, 1350280980, 1350281040, 1350281700), tzone = "", tclass = c("chron",  "dates", "times")), .Dim = c(366L, 1L), .Dimnames = list(NULL,      "Close")) - -Original Message- From: "arun" To: "박

Re: [R] How to convert xts data into list

2012-12-19 Thread arun
Hi, I didn't understand ">". Lines1<-textConnection("Date Time Close 10/15/12 09:00:00 252.40 10/15/12 09:01:00 253.10 10/15/12 09:02:00 253.15 10/15/12 09:03:00 253.30 10/15/12 09:04:00 253.25 10/15/12 09:05:00 253.45") library(zoo) library(xts) z<- read.zoo(Lines1,header=TRUE,index=list(1,2),FUN

Re: [R] How to convert xts data into list

2012-12-19 Thread 박상규
상규"<birdfir...@naver.com>; Cc: "r-help@r-project.org"<r-help@r-project.org>; Sent: 2012-12-19 (수) 19:25:18 Subject: Re: [R] How to convert xts data into list just try plot(zc$Close) Sent from my iPad On Dec 19, 2012, at 2:45, 박상규 <birdfire94>@naver.

Re: [R] How to convert xts data into list

2012-12-19 Thread 박상규
Thank you for your help. Now it works. SK Park -Original Message- From: "arun"<smartpink...@yahoo.com> To: "박상규"<birdfir...@naver.com>; Cc: "R help"<r-help@r-project.org>; Sent: 2012-12-20 (목) 00:13:40 Subject: Re: [R]

Re: [R] How to convert xts data into list

2012-12-19 Thread Jim Holtman
sage- > From: "Jim Holtman" > To: "박상규"; > Cc: "r-help@r-project.org"; > Sent: 2012-12-19 (수) 19:25:18 > Subject: Re: [R] How to convert xts data into list > > just try > > plot(zc$Close) > > Sent from my iPad >

Re: [R] How to convert xts data into list

2012-12-19 Thread Jim Holtman
just try plot(zc$Close) Sent from my iPad On Dec 19, 2012, at 2:45, 박상규 wrote: > Hello, > > > How can I convert Close colume of the below xts time series data into a list > of Close values ? > I'd like to plot Close values as a list. > > > > > head(zc) > Close > (10/