leaflet_ex.R

if (!require('devtools')) install.packages('devtools')
devtools::install_github('rstudio/leaflet')

library(leaflet)
m = leaflet() %>% addTiles()
m  # a map with the default OSM tile layer

#m = m %>% setView(-93.65, 42.0285, zoom = 17)
#m

m %>% addPopups(-93.65, 42.0285, 'Here is the <b>Department of Statistics</b>, ISU')
javimarlop/ocpu-radarplot-sochi documentation built on May 18, 2019, 5:56 p.m.