GeoDaCenter / rgeoda

R library for spatial data analysis based on libgeoda and GeoDa
70 stars 13 forks source link

How to create spatial clusters that are mutually exclusive in the values of a variable? #44

Open ashirwad opened 8 months ago

ashirwad commented 8 months ago

@lixun910, is it possible to create spatial clusters where the values that were used to create clusters don't overlap across clusters? So, let's say spatial clusters are based on a single variable with values in the range of 1 through 2.5 and I want 3 clusters such that the values are in the range 1-1.49, 1.5-1.99, and 2-2.5, respectively. Is it doable? r-spatial/spdep#141

eliaskrainski commented 8 months ago

Why don't you just use this variable as a cluster? Or do you want to further break the output clusters by this variable?