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 these repeated rows and delete them from the matrix? I have searched for help with this problem but the only function I have found is 'grep' which I'm not sure is of any use. -- View this message in context: http://www.nabble.com/Deleting-repeated-rows-tp24219989p24219989.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.