readme.md
[synclust.git] / README.md
CommitLineData
dab5fbe9
BA
1# Clustering into regions of synchronous variations
2
3Joint work with [Christophe Giraud](http://www.cmap.polytechnique.fr/~giraud/).
4
5---
6
7This R package implements a clustering method described in detail in [this article](http://www.cmap.polytechnique.fr/~giraud/SynchronousPop.pdf).
8
9The goal is to divide a map of observational sites into regions of similar intra-variability over the years, but
10with distinct dynamics compared to other regions.
11The problem has both spatial (the sites) and temporal (measurements every year) aspects, and is difficult because
12there are no a priori indications about the regions.
13
14---
15
16Two (heuristic) methods are available in the package, either direct graph clustering or parameters estimation
17in a model-based formulation of the problem.
18
19Main function to cluster populations data: `findSyncVarRegions()`.