search for: mapimagedata4

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

Did you mean: mapimagedata
2012 Dec 07
0
Problem with ggmap
...r added points v3 = c(20,30,40); # Size for added points v4 = c(1, 0.5, 0.2); # Transparency for added points v5 = c(551, 426, 500); # Colors for added points testData <- data.frame(lat = v1,lon = v2, big=v3, op=v4, col=v5) # Group variables together mapImageData4 <- get_googlemap(c(lon=-79.1, lat= 43.88),zoom=8,maptype="terrain"); # Get map image data pic4 <- ggmap(mapImageData4) + geom_point(aes(x=lon,y=lat), data=testData, colour = v5, size=v3, alpha = v4) The following `from` values were not present in `x`: col, color, pch, cex, l...