[R] R: Deleting repeated rows

2009-06-26 Thread Guazzetti Stefano
12 [3,]475 Stefano -Messaggio originale- Da: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]per conto di dreamworx Inviato: venerdì 26 giugno 2009 15.10 A: r-help@r-project.org Oggetto: [R] Deleting repeated rows Appologies if this is a simple probl

[R] Deleting repeated rows

2009-06-26 Thread dreamworx
Appologies if this is a simple problem. I have a matrix which is 86x3 and each row contains three integers. The problem I have is that some of the rows of integers are repeated in other rows and I only wish to have one copy of these rows. Is there a function that I can use which will identify the

Re: [R] Deleting repeated rows

2009-06-26 Thread Etienne B. Racine
dreamworx wrote: > > Appologies if this is a simple problem. I have a matrix which is 86x3 and > each row contains three integers. The problem I have is that some of the > rows of integers are repeated in other rows and I only wish to have one > copy of these rows. > > Is there a function that