I have one data frame, like below: kind x y 1 1 8 9 2 1 44 3 3 1 25 7 4 1 36 20 5 2 2 14 6 2 36 20
so, I want to find unique coordinates in kind 1 rather than kind 2, ex, row 4 should be excluded, is that possible? -- View this message in context: http://r.789695.n4.nabble.com/find-difference-between-data-frames-tp4418328p4418328.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.