rasterPlot {pdc} | R Documentation |
Dendrogram Plot with Images
Description
Plots a horizontal dendrogram with images as leafs
Usage
rasterPlot(cl, raw, monochrome=FALSE, aspect, ...)
Arguments
cl |
A |
raw |
List of RGB images in matrix format. |
monochrome |
Convert image to b/w representation. |
aspect |
Aspect ratio. |
... |
Further graphical arguments. |
Author(s)
Andreas Brandmaier brandmaier@mpib-berlin.mpg.de
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
Examples
data("complex.shapes")
data("complex.shapes.raw")
clust <- pdclust(complex.shapes, t=5)
rasterPlot(clust, complex.shapes.raw$images)
[Package pdc version 1.0.3 Index]