Hi,All.

How to make a program to delete repeated value?

a example

> c
 [1] 4 3 0 3 4 1 0 1 4 4 3 4 3 4

I want to get : 4 3 0 3 4 1 0 1 4 3 4 3 4

two 4 is being represented by one 4.

Thanks.

Tammy

_________________________________________________________________
More than messagesĀ–check out the rest of the Windows LiveĀ™.
http://www.microsoft.com/windows/windowslive/
        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to