R/unique.circular.R

unique.circular <- function (x, ...) {
  z <- unique.default(x, ...)
  circularp(z) <- circularp(x)
  class(z) <- class(x)
  return(z)
}

Try the circular package in your browser

Any scripts or data that you put into this service are public.

circular documentation built on May 2, 2019, 4:42 p.m.