[R] beginner question: how to sort out distinct values from a vector

Doran, Harold HDoran at air.org
Thu Mar 17 18:35:00 CET 2005


You can use unique()

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Terry Mu
Sent: Thursday, March 17, 2005 12:24 PM
To: R-Help
Subject: [R] beginner question: how to sort out distinct values from a
vector

 there is a vector, like:
1, 1, 1, 2, 2, 3, 3, 4, 5, 5, 

I'd like a function that gives me only 1, 2, 3, 4, 5

thank you

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html




More information about the R-help mailing list