Re: [R] Search arrays based on similar values

2011-04-06 Thread mjdubya
Petr, Perfect! Thank you. -- View this message in context: http://r.789695.n4.nabble.com/Search-arrays-based-on-similar-values-tp3429381p3430906.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://

[R] Search arrays based on similar values

2011-04-05 Thread mjdubya
Hey folks, I have two arrays: "A" (1X100) with non-ordered values ranging 1-14 "B" (2X14) containing 14 decimal values. I would like to create a new array (1X100) that contains only the decimal values from array B by associating the integers from A and B. In other wo