plotpathmatrix {clusterpath}R Documentation

plotpathmatrix

Description

plotting method for l2 path for several dimensions.

Usage

plotpathmatrix(path, ...)

Arguments

path
...

Author(s)

Toby Dylan Hocking

Examples

## try to cluster the iris data
path <- clusterpath.l2.general(iris[,1:4],check.splits=0,gamma=1)
plot(path,groups=iris$Species)

[Package clusterpath version 1.2 Index]