With R I want to make an animated choropleth map with the rMaps package and a custom map. I tried to follow the example of Diego Valle described here and to use the custom map info for Datamaps.
However, the map does not display. But, the legend with the proper fill key appears with the year animation bar. The topoJson file seems to be fine.
library(rCharts);library(rMaps);#Data:SDLOG1 2004 Greater Accra 0.20030687 urban>2 2005 Greater Accra 0.15322712 urban>3 2006 Greater Accra 0.10782677 urban#Map:library(rCharts);library(rMaps)d1
However, the map does not display. But, the legend with the proper fill key appears with the year animation bar. The topoJson file seems to be fine.
library(rCharts);library(rMaps);#Data:SDLOG1 2004 Greater Accra 0.20030687 urban>2 2005 Greater Accra 0.15322712 urban>3 2006 Greater Accra 0.10782677 urban#Map:library(rCharts);library(rMaps)d1