Re: [R] Time series graphs, question about using zoo [SEC=UNCLASSIFIED]

2007-09-20 Thread Crombie, Joe
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of fang liu Sent: Friday, 21 September 2007 8:35 AM To: r-help@r-project.org Subject: Re: [R] Time series graphs, question about using zoo Hi, Can you tell me what is the meaning for "tail, 1" in "aggregate"? I also want to get some s

Re: [R] Time series graphs, question about using zoo

2007-09-20 Thread Gabor Grothendieck
Try this: Lines <- "A BCD 8 4 9 8 7 5 4 7 6 8 4 4 3 7 6 2 5 1 8 5 6 4 7

Re: [R] Time series graphs, question about using zoo

2007-09-20 Thread fang liu
Hi, Can you tell me what is the meaning for "tail, 1" in "aggregate"? I also want to get some similar graph, but the data is not time series data. Suppose here is my data one, I want a graph with x-axis is just the index(1:9). The graph plot all the variable A, B,C,D. So there should be 4 lines f