Re: [R] Merging and Updating Data Frames with Unequal Size

2013-02-08 Thread arun
3 5 10 9 18 13 -1 1 3  8 9 18 14 -2 2 4  9 9 18 15 -3 3 5 10 9 18 A.K. - Original Message - From: Lorenzo Isella To: "r-h...@stat.math.ethz.ch" Cc: Sent: Friday, February 8, 2013 3:57 PM Subject: [R] Merging and Updating Data Frames with Unequal Size Dear All, I am t

[R] Merging and Updating Data Frames with Unequal Size

2013-02-08 Thread Lorenzo Isella
Dear All, I am trying to merge 2 dataframes of with different sizes. Let's say that one dataframe R contains some raw data and another data frame F contains the information to fix R. For instance F <- data.frame(cbind(x=-seq(10), y=1:10, z=3:12,