Learn R Programming

pdc (version 1.0.3)

rasterPlot: Dendrogram Plot with Images

Description

Plots a horizontal dendrogram with images as leafs

Usage

rasterPlot(cl, raw, monochrome=FALSE, aspect, ...)

Arguments

cl
A pdclust object.
raw
List of RGB images in matrix format.
monochrome
Convert image to b/w representation.
aspect
Aspect ratio.
...
Further graphical arguments.

References

Brandmaier, A. M. (2015). pdc: An R Package for Complexity-Based Clustering of Time Series. Journal of Statistical Software, 67(5), 1--23.

See Also

pdclust

Examples

Run this code
data("complex.shapes")
data("complex.shapes.raw")
clust <- pdclust(complex.shapes, t=5)
rasterPlot(clust, complex.shapes.raw$images)

Run the code above in your browser using DataLab