[R] data file with columns of unequal length

William Simpson william.a.simpson at gmail.com
Fri Oct 23 13:07:50 CEST 2009


Thanks Jim. BTW the times in x and y are in ascending order (time of
occurrence).

If I do it this way, how do I actually read the data in and store in
the file? Toy code, please.

Bill

>
> Hi Bill,
>
> xy<-list(x=1:10,y=1:100)
>
> Note that this cheerfully ignores how you are going to figure out which x
> goes with which y(s).
>
> Jim
>




More information about the R-help mailing list