Description
The ScottKnott Clustering Algorithm.
Description
Perform the balanced (Scott and Knott, 1974) and unbalanced <doi:10.1590/1984-70332017v17n1a1> Scott & Knott algorithm.
README.md
ScottKnott
This is the development code of the R package ScottKnott. You should use it if you want to contribute to its development: testing unreleased versions, fixing bugs, writing code, etc.
To download, check and build it do the following in a terminal emulator:
git clone https://github.com/ivanalaman/ScottKnott.git
After to clone it, to check, build and install do the following:
R CMD check ScottKnott
R CMD build ScottKnott
R CMD INSTALL ScottKnott_X.X-X.tar.gz
The stable version of this package is available at: http://cran.r-project.org/web/packages/ScottKnott/index.html.