Re: [R] overlapping intervals

2008-02-01 Thread jim holtman
Here is one way of doing it: > c.i <- read.table(textConnection(" 17130612 17587118 + 17712302 18221688 + 21225764 21387314 + 25012714 30748348 + 33852816 34480192 + 36012944 36209144 + 36252300 36280276 + 36737468 36971144 + 43693832 43878548")) > > d.i <- read.table(textConnect

Re: [R] overlapping intervals

2008-02-01 Thread Charles C. Berry
On Fri, 1 Feb 2008, mohamed nur anisah wrote: > hi!! > > Below I have 4 columns vector of c and d which are unequal in > length.These c and d have 2 columns each where these 2 columns > represent an interval values. How am I going to get an overlapping over > these interval values?? Please hel

[R] overlapping intervals

2008-02-01 Thread mohamed nur anisah
hi!! Below I have 4 columns vector of c and d which are unequal in length.These c and d have 2 columns each where these 2 columns represent an interval values. How am I going to get an overlapping over these interval values?? Please help me sort this problem!! Thanks in advance..