powered by
unique.circular returns a circular vector but with duplicate elements removed.
unique.circular
# S3 method for circular unique(x, ...)
An object of the same type of x, but if an element is equal to one with a smaller index, it is removed.
x
a vector or a data frame or an array or NULL.
NULL
parameters passed to unique.default
unique.default
This is a method for circular object. See the documentation of unique.
circular
unique
x <- rvonmises(10, circular(0), 10) unique(x)
Run the code above in your browser using DataLab