# For examples, use 'nCores = 1' per CRAN rules, but in practice omit this.
data(iris.clusterings)
draws <- iris.clusterings
all <- chips(draws, nRuns = 1, nCores = 1)
plot(all$n_items, all$probability)
threshold(all, threshold = 0.5, nCores = 1)
Run the code above in your browser using DataLab