powered by
unique(x, incomparables=FALSE, ...)
unique
r <- raster(ncol=10, nrow=10) r[] <- round(runif(ncell(r))*10) unique(r)
Run the code above in your browser using DataLab