I'm trying to make use of ProportionalSymbolMap
map as defined in this JSS paper.
In order to plot proportional symbols I first need an object of map class.
The methods I normally use however return SpatialPolygonDataFrame. Is there any package or method that could be of help here?
Hack is the way to go about it. I just used this set of commands to take apart a SpatialPolygons* object and put it back together again as an object of class
map
. I hope you like it: