[R] Deleting rows based on duplicate entries in one columns in a data matrix
Tuatara
franziskabroell at gmail.com
Wed Jan 20 04:23:28 CET 2010
Thanks for the swift replies.
I have found this to work for my purpose:
data <- subset(X, !duplicated(X[,3])
--
View this message in context: http://n4.nabble.com/Deleting-rows-based-on-duplicate-entries-in-one-columns-in-a-data-matrix-tp1018110p1018126.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list