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
:04:00) 253.25 #(10/15/12 09:05:00) 253.45 length(as.list(zc$Close)) #[1] 1 1:length(zc$Close) #[1] 1 2 3 4 5 6  plot(z) #works  plot(1:length(zc$Close),split(zc$Close,row(zc))) #should also work A.K. - Original Message - From: 박상규 To: r-help@r-project.org Cc: Sent: Wednesday, Dec

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/

[R] How to convert xts data into list

2012-12-18 Thread 박상규
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/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