5 AM
> To: r-help@r-project.org
> Subject: [R] Merging data.frames with overlapping intervals
>
> How do I merge two data.frames with overlapping intervals?
> Data Frame 1
> read.table(textConnection(" from to Lith Form
> 1 0 1.2 GRN BCM
> 2 1.2 5.0 G
How do I merge two data.frames with overlapping intervals?
Data Frame 1
read.table(textConnection(" from to Lith Form
1 0 1.2 GRN BCM
2 1.2 5.0 GDI BDI
"),header=TRUE)
Data Frame 2
read.table(textConnection(" from to Weath Str
1 0 1.1 HW ES
2 1.1 2.9 SW VS
3 2.9 5.0 HW ST
")
2 matches
Mail list logo