* SPClustering R package This R package is based on the following publications: 1. Marchetti, Y. and Zhou, Q. (2014). Solution path clustering with adaptive concave penalty. Electronic Journal of Statistics, 8(1):1569-1603. 2. Marchetti, Y. and Zhou Q. (2014). Iterative Subsampling in Solution Path Clustering of Noisy Big Data. arXiv:1412.1559 [stat.ME]. * Required packages 1. fields 2. MixSim * Installation Download the package and to install on the R command line type: install.packages("/path_to_file/SPClustering_1.0.tar.gz", repos = NULL, type="source") * List of available functions: After installation a list of available function can be called with: ls(package:SPClustering) The description of the functions can be obtained through the regular R help command ?.