Re: [R] Pie charts using plotGooglemaps

2014-04-16 Thread Endri Raco
I see function * segmentGoogleMaps* from package *plotGoogleMaps* does exactly what I need with data from dataset *meuse*. When I ran code: coordinates(sampledf)<-~x+y # convert to SPDF proj4string(sampledf) <- CRS('+init=epsg:28992')# adding Coordinate Referent Sys. # Create web map of Point data

Re: [R] Pie charts using plotGooglemaps

2014-04-16 Thread Endri Raco
Hi Boris, Your code works wonderful but still I need pies plotting over map of a country. For now I get axis where coordinates are shown and it works great. Regards On Wed, Apr 16, 2014 at 12:09 AM, Boris Steipe wrote: > Here you go: > > install.packages("plotrix") > library(plotrix) > > ?floati