# NOT RUN {
# Use 'parallel=FALSE' per CRAN rules for examples but, in practice, omit this.
probs <- psm(iris.clusterings, parallel=FALSE)
est <- salso(probs, parallel=FALSE)$estimate
conf <- confidence(est, probs)
plot(conf)
plot(conf, data=iris)
# }
Run the code above in your browser using DataLab