powered by
ordered.clusters
TRUE
FALSE
ordered.clusters(id)
duplicated
x <- c(1, 1, 1, 2, 2, 3, 4, 1, 5, 5, 5) ordered.clusters(x) ordered.clusters(sort(x)) ordered.clusters(x[order(x)])
Run the code above in your browser using DataLab