Thank you both very much for your tips, and excuse my horrible english
skills. 

R is new to me so I tried to work with code that was already there.
I managed to get close to what I wanted with

require(googleVis)
G4 = gvisGeoChart(con2, 
                  locationvar = "DE", 
                  colorvar = "data_7", hovervar = "data_6", options=list(
                  width=800, height=600, region="DE", 
displayMode="regions", 
                  resolution="provinces"))
                  
plot(G4)

but it seems like googleVis does not support resolution="provinces" for
Germany :(
Do you know anything that simple as this code to get to what I wanted? 
Thank you very much



--
View this message in context: 
http://r.789695.n4.nabble.com/interactive-Map-Popups-tp4710226p4710257.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to