plotpathmatrix {clusterpath} | R Documentation |
plotting method for l2 path for several dimensions.
plotpathmatrix(path, ...)
path |
|
... |
Toby Dylan Hocking
## try to cluster the iris data path <- clusterpath.l2.general(iris[,1:4],check.splits=0,gamma=1) plot(path,groups=iris$Species)