Unique {WaveCGH}R Documentation

Finding the unique values in the original order.

Description

This finds the unique values in the original order.

Usage

Unique(x)

Arguments

x A vector representing the series

Value

unique values of the series.

Author(s)

A. I. McLeod and M. S. Islam

Examples

a<-c(4,3,2,4,5,1,2,4,2,1,4,5,3)
Unique(a)

[Package WaveCGH version 2.01 Index]