°øÀ¯ÀÚ·á HOME > ÀÚ·á½Ç > °øÀ¯ÀÚ·á
 
[ºòµ¥ÀÌÅÍÀÀ¿ë6Â÷»ê¾÷] ggmapÀ¸·Î Áöµµ ±×¸®´Â ¹æ¹ý
°ü¸®ÀÚ 16-12-10 09:56 1,306
ggmapÀ¸·Î Áöµµ ±×¸®´Â ¹æ¹ý
 
## qmap is a wrapper for ggmap and get_map
## ggplot + mapping = ggmap
install.packages("ggmap")
library(ggmap)
install.packages("ggplot2")
library(ggplot2)
## data <- read.csv("resort.csv",encoding="EUC-KR")
qmap('seoul', zoom = 11, maptype = 'roadmap' )
## maptypeÀÇ Á¾·ù: satelite, hybrid, toner, watercolor, terrain-background, toner-lite
map <- get_map("Atlanta", zoom=10)
ggmap(map)