Skip to content
Prev 10444 / 29559 Next

spatial clusters

On Sat, 18 Dec 2010, Roman Lu?trik wrote:

            
I don't think that we know which countries Dorina needs, or at which 
administrative level. If there are only 30 country observations, and the 
countries are not contiguous, then the whole exercise seems unnecessary. 
Can Dorina use the simplified world map in the maptools package:

library(maptools)
?wrld_simpl

adding the data using the ISO country names? If these are countries at 
some administrative division level, then maybe www.gadm.org will have what 
is needed, but the countries will have to be joined together, or the whole 
map subsetted. If these are say EU NUTS2 regions, then use can be made of 
GISCO shapefiles from Eurostat. But we don't know what boundaries are 
needed, and of course to use Skater for clustering, you need the 
boundaries.

Roger