sdols (version 1.3)

plot.sdols.confidence: Confidence and Exemplar Plotting

Description

Functions to produce confidence plots (e.g., heatmaps of pairwise allocation probabilities) and exemplar plots.

Usage

# S3 method for sdols.confidence
plot(x, clustering = NULL, data = NULL,
  show.labels = length(x$clustering) 

Arguments

x

An object of class shallot.confidence.

clustering

A vector of cluster labels, or NULL.

data

The data from which the distances were computed.

show.labels

Show the items names be shown in the plot?

...

Currently ignored.

See Also

expectedPairwiseAllocationMatrix, dlso, salso

Examples

Run this code
# NOT RUN {
probabilities <- expectedPairwiseAllocationMatrix(iris.clusterings)
clustering <- salso(probabilities)
conf <- confidence(clustering,probabilities)
plot(conf)
plot(conf,data=iris)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab