Software
Two variants are available:
- a demo web software written in R-Shiny;
- a conventional R-package including (soon).
sClustWeb, an online demo version
It can be launched here: sClustWeb.
sClust, a R package (soon)
The sClust R package will be distributed on the CRAN website: here.
Installation Procedure
It can be directly installed from a R session. Open a R session, then execute the following instructions:
install.packages("sClust")
How to use it
In a R session, execute:
library(sClust)
sClustInterface()