Skip to content
Prev 75545 / 398502 Next

Vector comparison to matrix

Probably you use the idea from unique.matrix, that is

1) form a string from each row and
2) call match() to see which strings match your pattern row.
On Sun, 14 Aug 2005, Todd Remund wrote: