rasterPlot: Dendrogram Plot with Images

Description Usage Arguments Author(s) References See Also Examples

Description

Plots a horizontal dendrogram with images as leafs

Usage

1
	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.

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

pdclust

Examples

1
2
3
4
data("complex.shapes")
data("complex.shapes.raw")
clust <- pdclust(complex.shapes, t=5)
rasterPlot(clust, complex.shapes.raw$images)

Example output



pdc documentation built on May 2, 2019, 9 a.m.