search for: ggmape

Displaying 1 result from an estimated 1 matches for "ggmape".

Did you mean: ggmap
2010 Jun 23
1
Plotting Data on a Map
...ALL", locale = "C") >>>>> world.ggmap <- fortify(world.map, region = "NAME") >>>>> >>>>> >>>>> >>>>> >>>>> # Load the electricity generation data and clean it up to match with world.ggmape >>>>> elect.gen.tot <- read.csv("Total_Electricity_Net_Generation_(Billion_Kilowatthours).csv", sep = ",", dec = ".") >>>>> >>>>> >>>>> names(elect.gen.tot) <- c("id", "y2004", "...