Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 458 Bytes

Description

The R package ClustGeo implements a Ward-like hierarchical clustering algorithm including spatial/geographical constraints.

Details are available is the following vignette:

https://chavent.github.io/ClustGeo

Install

To install the current development version from github, use :

devtools::install_github("chavent/ClustGeo")
# This needs the devtools package to be installed :
# install.packages("devtools")