ClusterFinder1(X,...)
## S3 method for class 'acomp':
ClusterFinder1(X,...,sigma=0.3,radius=1,asig=1,minGrp=3,robust=TRUE)
MahalanobisDist(X,...,robust=robust,pairwise=TRUE)
TRUE
just picks the default method of the package.hclust
, kmeans
data(SimulatedAmounts)
cl <- ClusterFinder1(sa.outliers5,sigma=0.4,radius=1)
plot(sa.outliers5,col=as.numeric(cl$types),pch=as.numeric(cl$types))
legend(1,1,legend=levels(cl$types),xjust=1,col=1:length(levels(cl$types)),pch=1:length(levels(cl$types)))
Run the code above in your browser using DataLab