This page shows the top 10 universities in Maharashtra, India. It uses the leaflet library to create this interactive map.
Data for these universities was collected over the web and is just representative for this assignment. Kindly verify with the universities for latest information.
Feautures included in this map:
univ %>% leaflet() %>% addTiles() %>%
addMarkers(icon = univIcons ,popup = univSites,
clusterOptions = markerClusterOptions()) %>%
addCircles(weight = 3, radius = sqrt(univ$pop)*40,
color = cols)
## Assuming "lng" and "lat" are longitude and latitude, respectively
## Assuming "lng" and "lat" are longitude and latitude, respectively