Description Usage Arguments Author(s) References See Also Examples
Plots a horizontal dendrogram with images as leafs
1 | rasterPlot(cl, raw, monochrome=FALSE, aspect, ...)
|
cl |
A |
raw |
List of RGB images in matrix format. |
monochrome |
Convert image to b/w representation. |
aspect |
Aspect ratio. |
... |
Further graphical arguments. |
Andreas Brandmaier brandmaier@mpib-berlin.mpg.de
Brandmaier, A. M. (2015). pdc: An R Package for Complexity-Based Clustering of Time Series. Journal of Statistical Software, 67(5), 1–23.
1 2 3 4 | data("complex.shapes")
data("complex.shapes.raw")
clust <- pdclust(complex.shapes, t=5)
rasterPlot(clust, complex.shapes.raw$images)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.