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