This directory contains code, help and examples for CLUS, an S-PLUS
package for clustering, as described in ``Clustering in an
Object-Oriented Environment'' by Anja Struyf, Mia Hubert, and Peter
J. Rousseeuw (Journal of Statistical Software, volume 1).

Everything was downloaded from http://www.stat.ucla.edu/journals/jss/.

The original README file is appended below.

I am not sure whether mona works correctly.

KH <Kurt.Hornik@ci.tuwien.ac.at> 1997/09/16

************************************************************************
Installation procedure for the clustering algorithms in S-PLUS
==============================================================

The S-PLUS functions can be installed by typing the following command 
at the S-PLUS prompt:

> source("clus.s")


The Fortran programs should be compiled with the Splus COMPILE utility.
In UNIX, for example, this can be done in the following way: 

 Splus COMPILE *.f

The resulting object code has to be loaded into S-PLUS.
For example, the object code resulting from the previous UNIX call,
is dynamically loaded with the S-PLUS command

> dyn.load(c("daisy.o","pam.o","clara.o","fanny.o","twins.o","mona.o"))

To statically load the object code, use the Splus LOAD utility.


Finally, all help files have to be copied into the directory

 .Data/.Help (UNIX) or _Data\\_Help (Windows)

In UNIX, they also have to be added to the on-line helpsystem with 
the S-PLUS command

> help.findsum(".Data")
