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 Sept. 8, 2023, 6:03 p.m.